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: Industrial Strength C++Industrial Strength C++
by - Prentice Hall
This book defines a C++ coding standard that should be usable for almost all programmers. Text and examples explain each individual rule and recommendation. The book covers naming conventions, resource management, code organization, and more.
(20776 views)
Book cover: Optimizing C++Optimizing C++
- Wikibooks
This book contains guidelines and advices on how to write efficient software using the C++ language. Software correctness and maintainability are taken into account, but are not the primary concerns. The book is for intermediate C++ programmers.
(8750 views)
Book cover: No Bugs!: Delivering Error-Free Code in C and C++No Bugs!: Delivering Error-Free Code in C and C++
by - Addison-Wesley
The book offers a revolutionary approach to software development by showing how to write error-free code from the start. Presented are techniques to stop many kinds of bugs from being included in a program. It also discusses how to test programs.
(27822 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)