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: How to Make a Computer Operating System in C++How to Make a Computer Operating System in C++
by - GitHub
Online book about how to write a computer operating system in C/C++ from scratch. The goal is to build a very simple UNIX-based operating system, not just a 'proof-of-concept'. The OS should be able to boot, start a userland shell, and be extensible.
(12213 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.
(8295 views)
Book cover: Introduction to  Object-Oriented Programming  Using C++Introduction to Object-Oriented Programming Using C++
by - Globewide Network Academy
In this course, object-orientation is introduced as a new programming concept which should help you in developing high quality software. Object-orientation is also introduced as a concept which makes developing of projects easier.
(21612 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++.
(34907 views)