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++ Best PracticesC++ Best Practices
by - GitBook
This document is meant to be a collaborative discussion of the best practices in C++. We fill in some of the lower level details and provide specific stylistic recommendations while also discussing how to ensure overall code quality.
(14789 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.
(14408 views)
Book cover: Data Structures and Algorithm Analysis in C++Data Structures and Algorithm Analysis in C++
by - Dover Publications
A comprehensive treatment focusing on efficient data structures and algorithms, this text explains how to select or design the data structure best suited to specific problems. It uses C++ programming language and is suitable for second-year courses.
(23514 views)
Book cover: C++ Hacker's GuideC++ Hacker's Guide
by - No Starch Press
This book contains a collection of hacks born out of Steve Oualline's over forty years of programming experience. Here you will find all sorts of hacks to make your programs more reliable, more readable, and easier to debug.
(11400 views)