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: 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.
(23366 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.
(11329 views)
Book cover: Modern C++Modern C++
by - GitBook
This serves as documentation for more advanced/modern features of C++ that are not currently covered in the curriculum at many universities. Some topics covered aren't necessarily C++ specific, but are more general software engineering aspects.
(8198 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.
(16618 views)