What IDE and Compiler do you use? and why?

Discuss about anything related to the Irrlicht Engine, or read announcements about any significant features or usage changes.
yourself
Posts: 13
Joined: Tue May 30, 2006 9:24 pm

What IDE and Compiler do you use? and why?

Post by yourself »

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?
Duncan Mac Leod
Posts: 64
Joined: Sun May 22, 2005 3:06 pm
Location: Germany
Contact:

Post by Duncan Mac Leod »

...using Visual Studio Professional 2005, cause it's IMHO the best 8) !

Duncan
--
Tucan Entertainment
yourself
Posts: 13
Joined: Tue May 30, 2006 9:24 pm

Post by yourself »

the question really remains, I'm thinking about moving to back to visual studio express and ignore the office style
Katsankat
Posts: 178
Joined: Sun Mar 12, 2006 4:15 am
Contact:

Post by Katsankat »

Well most games use or could use directX and/or GCC.
They are just tools, you can go commercial with your code, which is independant of them.
TheC
Posts: 93
Joined: Fri May 05, 2006 7:50 am

Post by TheC »

Using Code::Blocks IDE and Microsoft Toolkit 2003 (the free full compiler)

Tis brilliant!
yourself
Posts: 13
Joined: Tue May 30, 2006 9:24 pm

Post by yourself »

You know I was thinking, You could just download the Microsoft visual c++ express compiler(not the IDE) and use codeblocks with it, if you like codeblocks, and I would assume that the VCExpress has more utilities then the free toolkit...
JPulham
Posts: 320
Joined: Sat Nov 19, 2005 12:06 pm

Post by JPulham »

For games I would use Code::Blocks and Visual C++ toolkit 2003 but I find Visual Studio 2005 Express is better for office/media applications rather than realtime stuff.
pushpork
jam
Posts: 409
Joined: Fri Nov 04, 2005 3:52 am

Post by jam »

Dunno if you can find a mirror that has the Visual C++ toolkit 2003, but last time I checked Microsoft has removed the download from their web page.
AndyCR
Posts: 110
Joined: Tue Nov 08, 2005 2:51 pm
Location: Colorado, USA
Contact:

Post by AndyCR »

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
cypher543
Posts: 78
Joined: Sat Apr 15, 2006 5:24 pm
Location: Missouri, USA
Contact:

Post by cypher543 »

Code::Blocks... def-definitely Code::Blocks. Yeah... definitely. (rainman humor) :P
RustyNail
Posts: 168
Joined: Fri Jun 02, 2006 1:49 pm
Contact:

Post by RustyNail »

:twisted: Visual Studio 6.0 for me :twisted:
But, the only reason I still use that, is because it is the only IDE with which I was able to complie to Quake 2 source code...
Go Quake 2! :roll:
I have recently discovered that both the Flu and my Algebra teacher have exact the same effect on my health: it quickly degrades.
Electron
Posts: 874
Joined: Sun Mar 14, 2004 12:05 am
Location: Massachusetts USA

Post by Electron »

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
RustyNail
Posts: 168
Joined: Fri Jun 02, 2006 1:49 pm
Contact:

Post by RustyNail »

To each his own....
It all depends on your preferences. 8)
And what you are used to.
I have recently discovered that both the Flu and my Algebra teacher have exact the same effect on my health: it quickly degrades.
afecelis
Admin
Posts: 3075
Joined: Sun Feb 22, 2004 10:44 pm
Location: Colombia
Contact:

Post by afecelis »

Nightly builds of codeblocks (bleeding edge) now also detect MSVC2005 express as compiler, so you can even use CB as IDE with msvc2005 as compiler (in case you don't like Ms's IDE).
Phunk
Posts: 78
Joined: Sun Dec 14, 2003 8:18 pm
Location: The Netherlands

Post by Phunk »

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?
Post Reply