Hi I dont know how to compile c++ codes in windows...
In Linux I do
g++ filename.cpp -o filename
and run the program using
I don't know how to do it in windows...
what i got is a message
'g++' is not recognized as an internal or external command,operable program or batch file
Im asking it here because I also want to know if different IDE's uses different methods in compiling c++ codes in cmd...
tnx for the help...