Download WordPress Themes, Happy Birthday Wishes
Home » Computer » C++ » C++ Core Guidelines

C++ Core Guidelines

  • Category: C++ Programming
  • Author: Bjarne Stroustrup (editor), Herb Sutter (editor)
  • License: MIT-style License
  • Size: HTML

Read and download free eBook intituled C++ Core Guidelines in format PDF created by Bjarne Stroustrup (editor), Herb Sutter (editor).

The aim of the guidelines is to help people to use modern C++ effectively. By “modern C++” we mean C++11, C++14, and C++17. In other words, what would you like your code to look like in 5 years’ time, given that you can start now? In 10 years’ time?

The guidelines are focused on relatively higher-level issues, such as interfaces, resource management, memory management, and concurrency. Such rules affect application architecture and library design. Following the rules will lead to code that is statically type-safe, has no resource leaks, and catches many more programming logic errors than is common in code today. And it will run fast — you can afford to do things right.

Read and Download Links:

C++ Core Guidelines

READ  C++ Programming for Scientists

Leave a Reply

Your email address will not be published. Required fields are marked *

*

x

Check Also

C++ Network Programming, Volume 2: Systematic Reuse with ACE and Frameworks

Do you need to develop flexible software that can be customized quickly? Do you need to add the power and efficiency of frameworks to your software? The ADAPTIVE Communication Environment (ACE) is an open-source toolkit for building high-performance