What version of VC++ do you guys use?

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Yellow_Yackets
Posts: 29
Joined: Thu Oct 25, 2007 5:58 pm
Location: Florida
Contact:

Post by Yellow_Yackets »

I think Dev-C++ is nice to use when doing irrlicht. But the problem is that Dev-C++ is like a dead compiler, i haven't seen any updates in years.
Y_Y
ultran00b
Posts: 35
Joined: Tue Oct 30, 2007 3:30 pm

Post by ultran00b »

Like hybrid said, don't mix IDE's with compilers. It is a personal pet peeve with me. Dev-c++ is an integrated development environment, NOT a compiler. By default, it uses GCC as it's compiler.
Use the debugger, young Skywalker...
MasterGod
Posts: 2061
Joined: Fri May 25, 2007 8:06 pm
Location: Israel
Contact:

Post by MasterGod »

Microsoft Visual Studio Team System 2008.

Now that I got my new computer I can afford myself such 'heavy' IDE :)

P.S:
Its the best of all Microsoft's previous IDEs - Good Choice IMHO..
Image
Dev State: Abandoned (For now..)
Requirements Analysis Doc: ~87%
UML: ~0.5%
Acki
Posts: 3496
Joined: Tue Jun 29, 2004 12:04 am
Location: Nobody's Place (Venlo NL)
Contact:

Post by Acki »

for work: MS Visual Studio 6 Enterprise (VB and VC++) - for work I had to afford it ;)
for private: Code::Blocks (MinGW/GCC)
while(!asleep) sheep++;
IrrExtensions:Image
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
Sylence
Posts: 725
Joined: Sat Mar 03, 2007 9:01 pm
Location: Germany
Contact:

Post by Sylence »

Visual Studio 2005 Professional Edition.

IMHO there are no better IDEs for Windows than Visual Studio.
Software documentation is like sex. If it's good you want more. If it's bad it's better than nothing.
Post Reply