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++ 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.
(11406 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.
(16720 views)
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.
(8842 views)
Book cover: Optimizing C ++Optimizing C ++
by - Prentice Hall PTR
The book provides C++ programmers with a practical approach to code optimization. The text consists of case studies of database problems with various searching and compression algorithms, the source code, and explanation of the solutions.
(19488 views)