A collection of small projects and practice programs written in C and C++ while learning programming and systems concepts.
c-cpp-projects
│
├── c
│
├── cpp
│ ├── calc_app
│ └── small_projects
│
└── README.md
- calc_app – simple calculator written in C++.