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: C++ Today: The Beast Is BackC++ Today: The Beast Is Back
by - O'Reilly Media
Now that software development is shifting primarily toward mobile and cloud computing, C++ is returning to the dominant position. Authors demonstrate how modern C++ provides the power necessary for server farms as well as low-footprint mobile apps.
(9436 views)
Book cover: More C++ IdiomsMore C++ Idioms
- Wikibooks
The objective is to present modern C++ idioms to programmers who have moderate level of familiarity with C++, and help elevate their knowledge so that C++ feels much friendlier to them. It is designed to be an exhaustive catalog of reusable idioms.
(14334 views)
Book cover: Taligent's Guide to Designing ProgramsTaligent's Guide to Designing Programs
- Taligent Press
Well-Mannered object-oriented design in C++: this is a brief overview of object-oriented program design, focusing on operating-system development. The text will be of interest to the C++ programmers who need a quick summary of good OOP techniques.
(20984 views)
Book cover: Parallel Programming with Microsoft Visual C++Parallel Programming with Microsoft Visual C++
by - Microsoft Press
This guide introduces you to the most frequently used patterns of parallel programming and provides executable code samples for them, using PPL. When thinking about where to begin, a good place to start is to review the patterns in this book.
(16615 views)