+ 1
How to compile c++ code on cmd windows
6 Respuestas
0
install gnu compiler.. gcc g++...
0
or use an IDE like Dev-cpp or code blocks
0
Dev cpp is not compiling the code
0
down vote
Install new version of Dev c++. It works fine
Download link ishttp://sourceforge.net/projects/orwelldevcpp/ .
0
install mingw and do an PATH in environment variables ;-)
0
first you must have "mingw"
example: d:/mingw/bin/g++ -o d:/folder/file.cpp