The question should be does the MinGW compiler which comes with the Dev-C++ IDE support ANSI C++?
Answer: not sure.
I know that there are some issues with the version 2.95 of g++.exe which does not support stuff like:
cout << setw(10) << right << "Hello!";
but the latest version of MinGW which you can also download from SourceForge does. The latest version is 3.1. Whether this is fully compliant with the standard perhaps some other regulars can answer.
BlakJak :]
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Does Dev C++ support ANSI C++ ?
The question should be does the MinGW compiler which comes with the Dev-C++ IDE support ANSI C++?
Answer: not sure.
I know that there are some issues with the version 2.95 of g++.exe which does not support stuff like:
cout << setw(10) << right << "Hello!";
but the latest version of MinGW which you can also download from SourceForge does. The latest version is 3.1. Whether this is fully compliant with the standard perhaps some other regulars can answer.
BlakJak :]