May 14, 2010 at 9:09am UTC
How can i compile my cpp with windows console. I tried g++ command but it doesn't worked . I have mingw installed. My environmental variables are correct
May 14, 2010 at 9:11am UTC
Start -> Run
in the appeared dialog enter cmd, then press "Ok"
Then use command 'cd' to get needed working folder(where your cpp files are)
then type g++ mycppfil1.cpp myfile2.cpp ....
May 14, 2010 at 9:22am UTC
it says
internal or external command, operable program or batch file
is recognized as
i have my environmental variable set as
;C:\MinGW\bin
isn't that right
Last edited on May 14, 2010 at 9:22am UTC
May 14, 2010 at 9:24am UTC
Mayby did you get
'g++' is not recognized as an internal or external command,
operable program or batch file.
If it's so please check that C:\MinGW\bin\g++.exe exists
Last edited on May 14, 2010 at 9:24am UTC
May 14, 2010 at 9:33am UTC
Wow i don't know why my "bin" folder was renamed "binn" thanks anyway