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.
(23490 views)
Book cover: How to think like a Computer Scientist (C++ Version)How to think like a Computer Scientist (C++ Version)
by
This book teaches you to think like a computer scientist - to combine the best features of mathematics, natural science, and engineering, to use formal languages to denote ideas, to observe the behavior of complex systems, form hypotheses, etc.
(25019 views)
Book cover: Programming the Be Operating SystemProgramming the Be Operating System
by - O'Reilly
This book gives C++ programmers their start to developing the applications on Be operating system. The book begins with simple programs and gradually adds elements of the graphical interface. It carefully describes drawing and message handling.
(23055 views)
Book cover: C++ Notes for ProfessionalsC++ Notes for Professionals
- GoalKicker
Contents: Getting started with C++; Operator precedence; Arrays; Loops; Metaprogramming; Basic type keywords; Pointers; C++ Containers; Namespaces; Regular expressions; Data Structures in C++; Threading; Design pattern implementation in C++; etc.
(4096 views)