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

https://github.com/christinec-dev/cpp_minis

C++ Project Snippets. Includes a Calculator, Parking Charges Calculator, and Payroll Application.
https://github.com/christinec-dev/cpp_minis

cplusplus cpp

Last synced: about 1 month ago
JSON representation

C++ Project Snippets. Includes a Calculator, Parking Charges Calculator, and Payroll Application.

Awesome Lists containing this project

README

        

# C++ Mini Snippets
This repository contains mini, basic C++ projects that I did in my spare time.

In this repository you will find the following:
- A calculator application.
- A parking charges application.
- A payroll application (basic)

These snippets were created by me during the first half of 2021 for practice purposes.

## Preview
![image](https://user-images.githubusercontent.com/87696858/129046141-3220090d-01d5-44a2-a8b7-c47f79dfc2e9.png)

![image](https://user-images.githubusercontent.com/87696858/129046352-1e18c991-4538-400d-b8c9-f30762e8b121.png)

![image](https://user-images.githubusercontent.com/87696858/129046426-1ff4f59a-0396-4bd1-a41e-1848f7bfdaa2.png)