I downloaded and installed MinGW to Windows 7 computer. I set Path via My Computer -> Advanced -> … and added “; C:\MinGW\bin” to the end of the string. But still when I wrote “g++ hello.cpp” to the prompt in the containing folder it did not work. Any idea?
Share
Problem solved. When adding path I made it like ” ; C:\MinGW\bin”. When I remove whitespaces before and after semicolon it worked.