https://github.com/freitaseric/cpp_and_c_studies
My studies in C++
https://github.com/freitaseric/cpp_and_c_studies
c cpp study
Last synced: about 1 year ago
JSON representation
My studies in C++
- Host: GitHub
- URL: https://github.com/freitaseric/cpp_and_c_studies
- Owner: freitaseric
- License: mit
- Created: 2024-11-01T17:12:56.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-05T02:58:28.000Z (over 1 year ago)
- Last Synced: 2025-03-02T08:32:00.526Z (over 1 year ago)
- Topics: c, cpp, study
- Language: C++
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hi folks!
This repository contains all of my C++ and C code that I haven't transformed into real-world projects.
## Explanation
> [!NOTE]
> This list is ordered from the first to the last project developed by me.
1. [calc.cpp](./src/calc.cpp): A simple calculator CLI that I made to learn `switch case`, `I/O`, and `C++ fundamentals`.
2. [fact.cpp](./src/fact.cpp): A simple CLI to calculate the factorial of a provided number. I managed to learn `recursion` with this project.
3. [agenda.cpp](./src/agenda.cpp): A simple contact agenda that I made to learn how to use `vectors` and `structs` in C++.
## License
This project is licensed under the [MIT License](./LICENSE).