emacs best "anything" IDE you want since you can "lisp-it" your way :P
Printable View
emacs best "anything" IDE you want since you can "lisp-it" your way :P
There is no "best" compiler :P
It depends on what you are going to program. MS Visual C++'s window creation is pretty sucky imo, whilest their compiler is very powerful and the dev. environment is cool :)
For my projects (currently coding a flyff private server and my own 3d mmorpg:P), cause they dont need a windows window, MSVC++ is cool and very very fast (e.g. my flyff server is able to handle 10k monsters and 20 clients on a 800MhZ laptop (i dont have more testers atm lol)). If you want to make something related with windows applications, i suggest you to either use an external 3rd party *.rc editor and/or use win32gui, a free and VERY cool windows gui library for c++ ;)