Book description
Now that software development is shifting primarily toward mobile and cloud computing, the venerable C++ programming language is returning to the dominant position it held during the object-oriented boom of the 1990s. In this O’Reilly report, you’ll learn why C++ is once again the preferred choice across several diverse industries, after taking a backseat to Java during the 2000s.
C++ is a complicated beast that's not easy to learn. But when you need a powerful, highly portable systems programming language or an application programming language with uncompromising performance, it’s hard to beat. With the 2011 and 2014 updates, C++ feels like a completely new language, rather than the old C++ with new features bolted on.
Authors Jon Kalb and Gašper Ažman demonstrate how modern C++ (C++11 and C++14) provides the power, performance, libraries, and tools necessary for massive server farms as well as low-footprint mobile apps.
- Delve into the modern C++ features that are generating new interest in the language
- Learn why C++ is the only high-level language available on Apple, Android, and Microsoft mobile devices
- Explore the C++ cloud computing appeal, including performance, high portability, and low-level hardware control
- See what the future holds for C++ with proposed changes in the 2017 update
Publisher resources
Product information
- Title: C++ Today
- Author(s):
- Release date: June 2015
- Publisher(s): O'Reilly Media, Inc.
- ISBN: 9781491927595
You might also like
book
C++ In a Nutshell
To-the-point, authoritative, no-nonsense solutions have always been a trademark of O'Reilly books. The In a Nutshell …
book
Advanced C++
Become an expert at C++ by learning all the key C++ concepts and working through interesting …
book
C++ Fundamentals
Write high-level abstractions while retaining full control of the hardware, performances, and maintainability. Key Features Transform …
video
Effective Modern C++ live!
What's the best way for one thread to notify another that an event has taken place? …