An open API service indexing awesome lists of open source software.

https://github.com/thewhitewulfy/legacy_cplusplus

C++ examples for beginners, written for my school master. The programs are organized into 8 chapters, each focusing on one core concept.
https://github.com/thewhitewulfy/legacy_cplusplus

beginner beginner-code beginner-friendly beginners beginners-tutorial-series c-plus-plus c-plus-plus-examples cplusplus cplusplus-basic cpp cpp-course cpp-examples cpp-library cpp-primer cpp-programming cppprimer learn-cpp learning

Last synced: 3 months ago
JSON representation

C++ examples for beginners, written for my school master. The programs are organized into 8 chapters, each focusing on one core concept.

Awesome Lists containing this project

README

        

# legacy_cplusplus
C++ files for beginners

These files explore all basic concepts of C++ and programming in general and was written by me in School (c. 2007-2008)

These C++ files were written for use in TurboC++ v3.0 and will not work without changes in modern compilers like GCC.