C++ Visual Studio

Started by
2 comments, last by nobodynews 14 years, 2 months ago
This is a pretty basic question that I've had for a bit: Has C++ changed a lot since 2005? By this, I mean that has the language at all undergone syntax changes, or something of that nature? Thanks for your help!

No one expects the Spanish Inquisition!

Advertisement
The language has undergone two revisions. The first revision was in mid-2005 and involved only additions to the standard libraries. The second, major revision involves language changes, but this new version is not in general use and most likely will not be for several years, so as a beginner you can pretty much ignore it. Short answer: No.
Ok, cool, thanks!

No one expects the Spanish Inquisition!

Quote:Original post by Sneftel
Short answer: No.
For more information, the longer answer can be read up on here.

C++: A Dialog | C++0x Features: Part1 (lambdas, auto, static_assert) , Part 2 (rvalue references) , Part 3 (decltype) | Write Games | Fix Your Timestep!

This topic is closed to new replies.

Advertisement