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.
Pages : | N/A |
Size : | HTML |
File type : | |
Downloads: | 95 |
Created: | 2020-08-28 |
License: | MIT-style License |
Author(s): | Bjarne Stroustrup (editor), Herb Sutter (editor) |
Introduction to programming with Fortran 95. This tutorial aim to provide an introduction to programming with Fortran 95. Fortran is particularly suitable for science and engineering....
2D Game Development: From Zero to HeroThis is a small project that aims to gather some knowledge about game development and make..., download free Game Development tutorial in PDF (260 pages) created by Penaz ....
Modern Java EE Design PatternsDownload free course Modern Java EE Design Patterns, pdf file on 67 pages by Markus Eisele....
Programming for Computations - Python: A Gentle Introduction to Numerical Simulations with Python 3.6This second edition of the well-received book has been extensively revised: All code is now written in Python version 3.6 (no longer version 2.7). In addition, the two first chapters of the previous edition have been extended and split up into five new chapters, thus expanding the introduction to pr...
Algorithms: Fundamental TechniquesThis book is about the creation and analysis of efficient algorithms. After introducing some necessary matical background this book covers:...
Csharp programmingDownload C# PDF Tutorial for free, it consisting of 29 chapters and 175 pages covering all the most important C# concepts. This tutorial is intended for beginner programmers, and we recommend you to go through all the chapters, to get the most out of it as possible....
Python and Coding TheoryThis is the lecture notes for a course on Python and coding theory designed for students who have little or no programmig experience. You will learn some of the Python computer programming language and selected topics in coding theory....
Learning Java by Building Android GamesAndroid is the fastest growing operating system (OS) with one of the largest installed bas..., download free Java tutorial in PDF (392 pages) created by ....
Practices of the Python ProDownload free course Practices of the Python Pro, pdf file on 248 pages by Dane Hillard....
Download Struts TutorialThis is a tutorial for the Struts framework. It consists of a small application which is developed step by step.A free pdf training material course on 67 pages by Stephan Wiesner....