c++ compiler

Started by
60 comments, last by Makaze 20 years, 2 months ago
Are there other stanrard items that VC7.1 has disabled by default besides the for loop one? There are a ton of options to look through and I don''t want to miss one.
Advertisement
quote:Original post by Anonymous Poster
Can we get back to topic?
...
The discussion about the "nearer" and "closer" to the standard is nonsens and will never come to an end... the standard envolves, the compilers evolve. Right with the first compiler the people make code around the gaps in the implementation. No object orientation? Ok, lets use function pointer! No templates? Ok, lets use macros. Look at the list given by mfawcett. These are not the features needed in the most projects... these are more academical features.
...


I wouldn''t call it nonsense. As you pointed out, I think it very much depends on your work environment how much that stuff matters. Indeed I only benefit from Keonig lookup, template template params, out of body template member functions, partial specializations, and static const member initialization.
--Michael Fawcett

This topic is closed to new replies.

Advertisement