Logo

C++ Notes for Professionals

Small book cover: C++ Notes for Professionals

C++ Notes for Professionals

Publisher: GoalKicker
Number of pages: 708

Description:
From the table of contents: Getting started with C++; Operator precedence; Arrays; Loops; C++ Streams; Flow Control; Metaprogramming; Basic type keywords; Polymorphism; Pointers; Virtual member functions; C++ Containers; Namespaces; Standard library algorithms; Regular expressions; Data Structures in C++; Threading; Semaphore; Design pattern implementation in C++; etc.

Home page url

Download or read it online for free here:
Download link
(4.9MB, PDF)

Similar books

Book cover: Optimizing Software in C++Optimizing Software in C++
by - Agner.org
This is an optimization manual for advanced C++ programmers. Topics: The choice of platform and operating system. Choice of compiler and framework. Finding performance bottlenecks. The efficiency of different C++ constructs. Multi-core systems. Etc.
(9166 views)
Book cover: C++ Programming for ScientistsC++ Programming for Scientists
by - NIST
From the table of contents: ANSI C; C++ as a better C; C++ Classes and Objects; Objects in Scientific Computing; Inheritance and Polymorphism; Templates, Exceptions and Observations; Programming Examples; Scientific Library Examples.
(25035 views)
Book cover: Practical Guide to Bare Metal C++Practical Guide to Bare Metal C++
by - GitBook
The intended audience of this document is professional C++ developers who want to understand bare metal development a little bit better, get to know how to use C++ language in an embedded environment, and bring their C++ skills to an 'expert' level.
(8455 views)
Book cover: How to think like a Computer Scientist (C++ Version)How to think like a Computer Scientist (C++ Version)
by
This book teaches you to think like a computer scientist - to combine the best features of mathematics, natural science, and engineering, to use formal languages to denote ideas, to observe the behavior of complex systems, form hypotheses, etc.
(25437 views)