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 » Thu Nov 29, 2007 10:04 pm
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 » Thu Nov 29, 2007 10:14 pm
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 » Fri Nov 30, 2007 12:25 am
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..
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 » Fri Nov 30, 2007 12:43 am
for work: MS Visual Studio 6 Enterprise (VB and VC++) - for work I had to afford it
for private: Code::Blocks (MinGW/GCC)
Sylence
Posts: 725 Joined: Sat Mar 03, 2007 9:01 pm
Location: Germany
Contact:
Post
by Sylence » Fri Nov 30, 2007 10:16 am
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.