I installed MinGW to program C++. I'm new.
I have set the path C:\MinGW\ in my windows environment.
I'm read the book C++ Programming in easy steps. It says that if the MinGW installation is successful, if I type the command c++, I would get the following response, "c++: no input files"
However, instead of getting the response, I'm getting, "c++: fatal error: no input files compilation terminated."