If I'll begin developing cross platform applications, The complied file speed is very important for me .
I have research before than and find same result about IDE :
(I ignored eclipse because very java base, but not complete)
for IDE :
- NetBeans C/C++ IDE .
- CodeBlocks .
- CodeLite .
- or others .
And for complier || framework || toolkit :
- QT toolkit or UnitTest++ .
- gnu g++ .
- gnu gcc .
- wxWidgets .
- cygwin .
- VC++ .
- or others.
But I watch to some QT apps are very dependent to QT's libs :( , It's not good and decrease speed.
Now my real question if I want start project what is the best IDE with debugger ,what is the best compiler that give fast speed native code to me, or I force use multi-compiler for any OS ?
& please say your reason why that IDE & why that complier.
gnu gcc
is a C compiler,gnu g++
is the C++ gnu compiler. Also it doesn't make much sense to ask someone to choose between Wx and g++, they're totally orthogonal – jozefg Jan 18 at 0:11