A repository to record my daily learning of C++ coding.
It includes demo code for simple testing of new language features and libraries
Please refer to this file for information about some external tools I use.
Here are some template configuration files used for setting up projects. You can copy them to the root directory of your project and modify them according to your needs.
Please refer to the files in the template/common directory for specifics.
Warning
Please note that since most of them are just demo programs, and some new language features or libraries are not supported by the compiler, they may not be able to run.
You need to run the run.sh script located in the specified directory.
- C++ Reference: C++ standard offical documentation.
- Hacking C++: A collection of various C++ learning resources.
- Learn C++: A free website devoted to teaching you how to program in modern C++.
- Modern C++ Idioms: A open-content book, presenting modern C++ idioms to programmers who have moderate level of familiarity with C++.
Using the MIT License