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.
- Host: GitHub
- URL: https://github.com/thewhitewulfy/legacy_cplusplus
- Owner: theWhiteWulfy
- License: gpl-3.0
- Created: 2016-10-02T13:57:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-07T04:56:15.000Z (about 1 year ago)
- Last Synced: 2025-02-01T17:41:27.257Z (4 months ago)
- Topics: 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
- Language: C++
- Homepage:
- Size: 128 KB
- Stars: 21
- Watchers: 2
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# legacy_cplusplus
C++ files for beginnersThese 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.