Logo

C++ Annotations by Frank B. Brokken

Large book cover: C++ Annotations

C++ Annotations
by

Publisher: University of Groningen
ISBN/ASIN: 9036704707
Number of pages: 741

Description:
This document is intended for knowledgeable users of C (or Perl, Java) who would like to make the transition to C++. This document is the main textbook for Frank's C++ programming courses, which are organized at the University of Groningen. The text does not cover C++'s basic grammar, which is, for all practical purposes, equal to C's grammar.

Home page url

Download or read it online for free here:
Read online
(online html)

Similar books

Book cover: The Ultimate Question of Programming, Refactoring, and EverythingThe Ultimate Question of Programming, Refactoring, and Everything
by
In this article you will find 42 recommendations about coding in C++ that can help a programmer avoid a lot of errors, save time and effort. Every recommendation is given with a practical example, which proves the currentness of this question.
(7297 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.
(17048 views)
Book cover: Programming PearlsProgramming Pearls
by - Addison-Wesley Professional
The book focuses on choosing the right algorithms and on showing how to solve problems effectively. Each chapter frames a particular programming task (sorting numbers, creating anagrams, counting the words). Code examples are written in C and C++.
(35682 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.
(21354 views)