C++ Notes for Professionals



Download free course C++ Notes for Professionals, pdf file on 707 pages by Stack Overflow Community.
The C++ Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow.

Table of contents

  • Getting started with C++
  • Literals
  • operator precedence
  • Floating Point Arithmetic
  • Bit Operators
  • Bit Manipulation
  • Bit fields
  • Arrays
  • Iterators
  • Basic input/output in c++
  • Loops
  • File I/O
  • C++ Streams
  • Stream manipulators
  • Flow Control
  • Metaprogramming
  • const keyword
  • mutable keyword
  • Friend keyword
  • Type Keywords
  • Basic Type Keywords
  • Variable Declaration Keywords
  • Keywords
  • Returning several values from a function
  • Polymorphism
  • References
  • Value and Reference Semantics
  • C++ function "call by value" vs. "call by reference"
  • Copying vs Assignment
  • Pointers
  • Pointers to members
  • The This Pointer
  • Smart Pointers
  • Classes/Structures
  • Function Overloading
  • Operator Overloading
  • Function Template Overloading
  • Virtual Member Functions
  • Inline functions
  • Special Member Functions
  • Non-Static Member Functions
  • Constant class member functions
  • C++ Containers
  • Namespaces
  • Header Files
  • Using declaration
  • std::string
  • std::array
  • std::vector
  • std::map
  • std::optional
  • std::function: To wrap any element that is callable
  • std::forward_list
  • std::pair
  • std::atomics
  • std::variant
  • std::iomanip
  • std::any
  • std::set and std::multiset
  • std::integer_sequence
  • Using std::unordered_map
  • Standard Library Algorithms
  • The ISO C++ Standard
  • Inline variables
  • Random number generation
  • Date and time using <chrono> header
  • Sorting
  • Enumeration
  • Iteration
  • Regular expressions
  • Implementation-defined behavior
  • Exceptions
  • Lambdas
  • Value Categories
  • Preprocessor
  • Data Structures in C++
  • Templates
  • Expression templates
  • Curiously Recurring Template Pattern (CRTP)
  • Threading
  • Thread synchronization structures
  • The Rule of Three, Five, And Zero
  • RAII: Resource Acquisition Is Initialization
  • RTTI: Run-Time Type Information
  • Mutexes
  • Recursive Mutex
  • Semaphore
  • Futures and Promises
  • Atomic Types
  • Type Erasure
  • Explicit type conversions
  • Unnamed types
  • Type Traits
  • Return Type Covariance
  • Layout of object types
  • Type Inference
  • Typedef and type aliases
  • type deduction
  • Trailing return type
  • Alignment
  • Perfect Forwarding
  • decltype
  • SFINAE (Substitution Failure Is Not An Error)
  • Undefined Behavior
  • Overload resolution
  • Move Semantics
  • Pimpl Idiom
  • auto
  • Copy Elision
  • Fold Expressions
  • Unions
  • Design pattern implementation in C++
  • Singleton Design Pattern
  • User-Defined Literals
  • Memory management
  • C++11 Memory Model
  • Scopes
  • static_assert
  • constexpr
  • One Definition Rule (ODR)
  • Unspecified behavior
  • Argument Dependent Name Lookup
  • Attributes
  • Recursion in C++
  • Arithmitic Metaprogramming
  • Callable Objects
  • Client server examples
  • Const Correctness
  • Parameter packs
  • Build Systems
  • Concurrency With OpenMP
  • Resource Management
  • Storage class specifiers
  • Linkage specifications
  • Digit separators
  • C incompatibilities
  • Side by Side Comparisons of classic C++ examples solved via C++ vs C++11 vs C++14 vs C++17
  • Compiling and Building
  • Common compile/linker errors (GCC)
  • More undefined behaviors in C++
  • Unit Testing in C++
  • C++ Debugging and Debug-prevention Tools & Techniques
  • Optimization in C++
  • Optimization
  • Profiling
  • Refactoring Techniques
Pages : 707
Size : 5.0 MB
File type : PDF
Downloads: 170
Created: 2022-02-01
License: CC BY-SA
Author(s): Stack Overflow Community
C++ Notes for Professionals

Others c++ Tutorials

Essential C++

Pointers - C++ course

C++ Core Guidelines

C++ Exercices with solutions

The Rook's Guide to C++

Others related eBooks about C++ Notes for Professionals

Ruby programming tutorial

Download free Ruby tutorial course in PDF, training file in 69 chapters and 235 pages. Free unaffiliated ebook created from Stack OverFlow contributor....

Artificial Neural Networks

Artificial Neural Networks (ANN) are state-of-the-art, trainable algorithms that emulate certain major aspects in the functioning of the human brain. This gives them a unique, self-training ability, the ability to formalize unclassified information and, most importantly, the ability to make foreca...

The Boost C++ Libraries

This book is an introduction to the Boost C++ Libraries. The Boost C++ Libraries complement the C++ standard and add many practical tools that can be of use to any C++ developer and in any C++ project. Because the Boost C++ Libraries are based on the C++ standard, they are implemented using state-...

Prolog tutorial in PDF

Download free Prolog tutorial course in PDF, training file in 17 chapters and 51 pages. Free unaffiliated ebook created from Stack OverFlow contributor....

Java Programming for Kids

The goal of this book is to help students learn to program in the most popular language in the world: Java. It starts from an introduction to Java and then explains how to write programs that have Graphic User Interface by writing the Tic-Tac-Toe and Ping-Pong games....

Kotlin Programming Language

This PDF tutorial is intended to beginners to help them understand the basics of Kotlin programming language. Download Free training document under 52 pages....

Introduction to C and GUI Programming

The popular C programming language is used for a huge range of applications, from the tiny microcontrollers used in toasters and watches up to complete operating systems....

The Common Java Cookbook

This book focuses on tactical implementation details, answering such questions as: How do we parse XML? How do we serialize beans?...

The Little ASP.NET Core Book

Download free course The Little ASP.NET Core Book, pdf file on 127 pages by Nate Barbettini....

Getting started with vbscript

Download free vbscript tutorial course in PDF, training file in 10 chapters and 29 pages. Free unaffiliated ebook created from Stack OverFlow contributor....