A repository for storing and ordering C++ practicing programs while learning C++ Files will be organized by Chapter There are 3 kinds of Programs here
- Lecture problems
- Exercises
- Projects
This project is pushed into github repository: Link: https://github.com/RebornForTrueLife/C-Practice
Note:
- When create an object file, should mark it with extension: 'o' or 'out', so Git doesn't track those object file, eg: objectFile.o, objectFile.out