Friday, July 7, 2017

C++03

C++03 replaced C++98. It consisted mostly of bug fixes. The most important bug fixed was the specification that Vector elements where stored contiguous in memory.  Most compilers already enforced this. This requirement allowed compatibility between C++ vectors and C arrays.


No comments:

Post a Comment