10. New Features of C++0x

The C++ language has gone through many improvements since it was created by Bjarne Strousup. But more than most changes, the new C++0x specification is a landmark, adding many flexible and time-saving features programmers had requested for years. C++0x is the new standard that major vendors are expected to implement in coming years if not already.

Later in the book, I present C++0x features specific to classes and object-oriented programming. For now, let’s look at the features you can start using right away.

Overview of C++0x Features

C++0x

This chapter is for readers who have C++0x-complaint compilers, although some features (notably the long long int type) have been supported by some compilers for years.

The new ...

Get C++ Without Fear: A Beginner’s Guide That Makes You Feel Smart, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.