Well, I\'ve been using Dev-C++ for a while for learning the language [c++], and some stuff wouldn\'t work properly, like global and local variables. Then I decided to downlo
For simple program, you can easily compile from command line,
Star menu->Visual Studio->Visual Studio Tools->Command Line
cd c:\..\your program path cl.exe test.cpp