#Command Prompt Error
6 messages · Page 1 of 1 (latest)
Did you add the path to the system environment variables? You have to add the path to the bin folder of your compiler to the PATH environment variables. Otherwise, you will have to type out the entire path to the bin/g++.exe file in order to use it.
Could be "gcc --version" instead?
Thats if they are working with C. In a C++ server, I assumed they were working with C++. Either way, g++ should work.
fix it
It works now