daixtrose / cplusplus-primer

A short introduction to C++ which was quickly hacked together
MIT License
0 stars 0 forks source link

C++ Primer

Summary

A short introduction to C++. The examples build on top of each other. A special focus is put on the build configuration which is based on the goto-tool for building C++, namely CMake. The idea is to have the build system configured correctly right from the beginning, and only then move on to learn how to code.

Useful Weblinks

C++

CMake

List of Subprojects

Basic C++ Concepts Explained

This part is not yet written.