Hi I want to know how to compile c++ codes using the command prompt in windows.
In linux I do
g++ filename.cpp -o filename
and run it using
./filename
but for windows when I try this procedure in compiling i got an error message
'g++' is not recognized as an internal or external command,operable program or batch file
I know that the IDE already has a compile button...
please help...