Concerning the new features of C++ language, while the project aims to serve as a personal private reference, it tries very hard to bring learning instruction, the source code itself and the compilation results all together in coding environment in easy language.
-
Installation process: Both Visual Studio and Qt Creator (MinGW) IDEs have been tested. MacOs's Xcode and Cmake have been used to build too.
-
Software dependencies: Crossplatform on Windows, MacOs and Linux
-
Latest releases: The source code is released.
-
API references Windows's console: screen, colour and font manipulations APIs. And platform independent ANSI escape characters and APIs.
If you are a beginner, use Visual Studio or know what you are doing.
Compile using CMake.
Cmake: | cmake --build build-path |
I appreciate any contribution to the project.
Modern C++ Tutorial |
cplusplus.com |
Stackoverflow |
cppreference.com |
Microsoft Docs |
IBM Knowledge Center |
tutorialspoint |
C++ reference |
Refer to license file provide within SOFTWARE itself.