Microsoft Windows [Version 6.3.9600] (c) 2013 Microsoft Corporation. All rights reserved. x:\code\cProjects>mingw32-make test mingw32-make test g++ test.cpp -o test x:\code\cProjects>test test 'test' is not recognized as an internal or external command, operable program or batch file. x:\code\cProjects>g++ test.cpp -o test g++ test.cpp -o test x:\code\cProjects>test test 'test' is not recognized as an internal or external command, operable program or batch file. x:\code\cProjects>mingw32-make test mingw32-make test g++ test.cpp -o test x:\code\cProjects>test test 'test' is not recognized as an internal or external command, operable program or batch file. x:\code\cProjects> |
g++ test.cpp -o test.exe |
x:\code\cProjects>g++ test.cpp -o test.exe g++ test.cpp -o test.exe x:\code\cProjects>test test 'test' is not recognized as an internal or external command, operable program or batch file. x:\code\cProjects> |