
The Rook's Guide to C++
- License
- Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported
- Source
- rooksguide.org
Description
An introductory C++ textbook written by students and faculty at Norwich University. Covers variables, control structures, functions, arrays, pointers, classes, and file I/O, with exercises throughout.
Book information
- Language
- English
- Category
- C++
- Level
- Beginner
- Pages
- 161
- Published
- 2013
- Format
- License
- Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported
- Source
- rooksguide.org
Topics
License
Creative Commons — Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported (license text ↗)
This resource is listed because its license permits redistribution.
Stated on the copyright page of the PDF.
Related books
View all →
How to Think Like a Computer Scientist: C++ Version
Allen B. Downey
A gentle introduction to programming and computer-science thinking using C++. Builds from variables, expressions, and functions up to recursion, classes, vectors, and larger programs, emphasising problem decomposition over syntax.
C++BeginnerCreative CommonsPDFCalling Conventions for Different C++ Compilers and Operating Systems
Agner Fog
The fifth of Agner Fog's optimization manuals. Documents how C++ compilers on x86 pass arguments, return values, and objects; name mangling schemes; exception handling; object file formats; and how to write code portable across compilers.
C++AdvancedOfficial Free DistributionPDF · 1.0 MBC++ Core Guidelines
Bjarne Stroustrup, Herb Sutter
The authoritative, continuously updated set of guidelines for writing modern C++ well — resource and memory safety, RAII, interfaces, classes, templates, concurrency, error handling, and performance — each rule with rationale and examples. Maintained by the Standard C++ Foundation.
C++AdvancedMITHTML