What IDE and Compiler do you use? and why?
What IDE and Compiler do you use? and why?
Recently I tried out microsoft visual c++ express... I did not enjoy it.
I didn't like the IDE... I hate the new office styles...
I use CodeBlocks nightly build... with gcc version 3.4.2 (mingw-special)
Codeblocks nightly builds have really improved from RC1
Does anyone know if I use directx9, and compile it with GCC, is it illegal for me go to commercial with a game?
I didn't like the IDE... I hate the new office styles...
I use CodeBlocks nightly build... with gcc version 3.4.2 (mingw-special)
Codeblocks nightly builds have really improved from RC1
Does anyone know if I use directx9, and compile it with GCC, is it illegal for me go to commercial with a game?
-
- Posts: 64
- Joined: Sun May 22, 2005 3:06 pm
- Location: Germany
- Contact:
I really love the interface of KDevelop, sadly it's only for Linux, but it's worth checking out. Correctly configured, if I could choose between the most expensive edition of Visual Studio and KDevelop, I would choose KDevelop.
http://www.freewebs.com/andycr/rf2devonlinux.jpg
http://www.freewebs.com/andycr/rf2devonlinux.jpg
New RF2 website at: http://realityfactory2.sourceforge.net/
I still use Dev-cpp, depsite its buggy nature and lack of current development. Codeblocks (afaik) doesn't allow "virtual folders" in the file display to organize sources other than by the physical directory tree and its class browser doesn't allow one to view only stuff in the current file.
You do a lot of programming? Really? I try to get some in, but the debugging keeps me pretty busy.
Crucible of Stars
Crucible of Stars
Hmm, I use MS visual studio 2005.
It has always been ms visual for me just because of 1 function:when jou click on a function/variable you can go directly to the defenition or declaration of that function/var. I use this function a lot to quickly get my head around big projects, cause you can browse trough the whole tree of functions this way. I wonder how do other coders do this without this function. Is there a 'magical' other way to do this, or do you just use the search function and read a lot?
It has always been ms visual for me just because of 1 function:when jou click on a function/variable you can go directly to the defenition or declaration of that function/var. I use this function a lot to quickly get my head around big projects, cause you can browse trough the whole tree of functions this way. I wonder how do other coders do this without this function. Is there a 'magical' other way to do this, or do you just use the search function and read a lot?