- C++ Programming: this Wikibook covers the history and characteristics of the C++ programming language as it may be taught in an introductory to advance course or as a reference book, including information on what is a programming language or how to install a compiler to the most used external libraries, GUI frameworks, design patterns, RAII, Multi-Threading and other information needed for real world programming in C++.
Aimed toward: Anyone interested on the C++ programming language.
- More C++ Idioms: The objective of this open book is to help elevate the knowledge of programmers who have moderate level of familiarity with C++ to a level where they feel much friendlier with C++. It provides an exhaustive catalog of modern reusable C++ idioms based on what expert programmers often use while programming/designing using C++. It is an effort to capture their vocabulary and concepts into a single work.
Aimed toward: Anyone with a moderate level of knowledge in C++, programming language paradigms.
- Understanding C++: Wikibook covering only the core C++ language and its standard library and focuses on writing clean portable code. This book assumes you already have a C++ compiler installed and have read how to compile programs with it.
Aimed toward: Anyone with a moderate knowledge of how to use a computer and an interest in understanding the C++ standard.
|