CplusPlus project originally aimed to serve as a personal private reference for coding in C++ language. The project is just learning materials, which tries very hard to bring learning instruction, the source code itself and the compilation results all together in coding environment in easy language which results in experiencing more joy while learning to code.
- Installation process: Both Visual Studio and Qt Creator (MinGW) IDEs have been tested. MacOs's Xcode and Cmake have been used to build too.
Git: | git clone git@github.com:s-mehrdad/CplusPlus.git |
-
Software dependencies: Can be compiled on Windows, MacOs and Linux
-
Latest releases: Source code is released and ready to be built.
-
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 |
Contributions are welcomed.
cplusplus.com | |
Stackoverflow | |
cppreference.com | |
Microsoft Docs | |
IBM Knowledge Center | |
tutorialspoint | |
C++ reference | |
Platforms reference | ANSI escape code |
Refer to license file provided within SOFTWARE itself.