
How to Think Like a Computer Scientist: C++ Version
- License
- Creative Commons Attribution-NonCommercial 3.0 Unported
- Source
- Green Tea Press
Description
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.
Book information
- Language
- English
- Category
- C++
- Level
- Beginner
- Pages
- 192
- Published
- 2012
- Format
- License
- Creative Commons Attribution-NonCommercial 3.0 Unported
- Source
- Green Tea Press
Topics
License
Creative Commons — Creative Commons Attribution-NonCommercial 3.0 Unported (license text ↗)
This resource is listed because its license permits redistribution.
The PDF grants permission to copy, distribute, and modify under CC BY-NC 3.0.
Related books
View all →
The Rook's Guide to C++
Jeremy A. Hansen
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.
C++BeginnerCreative CommonsPDF · 914 KBCalling 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