Logo

An Introduction to the Imperative Part of C++

An Introduction to the Imperative Part of C++
by

Publisher: Imperial College London

Description:
These lecture notes are designed for an introductory course on programming, using the imperative core of C++. Very little previous programming experience is assumed. All the example programs and all the example answers to the exercises have been written in ANSI standard C++, and have been tested using the GNU g++ compiler.

Home page url

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

Similar books

Book cover: Structured Programming with C++Structured Programming with C++
by - BookBoon
This text is intended as course material for Structured Programming with C/C++ at university level. It can also be used as self-learning material. The purpose of the book is to teach how to 'think programming' and secondarily to teach C++ code.
(13501 views)
Book cover: C++ ProgrammingC++ Programming
- Wikibooks
This book covers the C++ programming language, its interactions with software design and real life use of the language. It is presented in a series of chapters as an introductory prior to advance courses but can also be used as a reference book.
(11458 views)
Book cover: C++: A Beginner's GuideC++: A Beginner's Guide
by - McGraw-Hill Osborne Media
Written by Herb Schildt, this step-by-step book is ideal for first-time programmers or those new to C++. The modular approach of this series, including sample projects and progress checks, makes it easy to learn to use C++ at your own pace.
(24564 views)
Book cover: The Rook's Guide to C++The Rook's Guide to C++
by - Rook's Guide Press
This Creative Commons-licensed textbook written by Norwich University students and faculty aims to provide an introduction to the C++ programming language. In this book, we will favor older techniques, pre-C++11 (introduced in 2011).
(9513 views)