Does microsoft Visual studio 2005 SP1 supports C++03 standards

Shanpav12

Disciple
Hello,
I have Microsoft Visual studio 2005 SP1 installed and Intel C++ compiler 10.1
,and so I want to Know that does Visual and Intel C++ are both supported by ISO/IEC 14882 standard C++ or not, And I also want to know is this things good for Standard C++ Programming Practise. or hould I go with GCC or others

Thanks
 
Unfortunately, there are no compilers on the face of the planet that support all the complete standard. Each of them seems to do good in one area, and lousy in others.

Hint: Go read up the export keyword.

Visual C++ should do just fine for practice, as will Intel's compiler.
 
Back
Top