Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zank613/my-prog-projects
My own programming projects, made as a learning phase.
https://github.com/zank613/my-prog-projects
advanced-project beginner beginner-project cpp cppprogramming cppprojects intermediate-projects
Last synced: 3 days ago
JSON representation
My own programming projects, made as a learning phase.
- Host: GitHub
- URL: https://github.com/zank613/my-prog-projects
- Owner: Zank613
- License: mit
- Created: 2023-10-11T11:25:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-02T03:26:36.000Z (5 months ago)
- Last Synced: 2024-08-02T04:47:06.820Z (5 months ago)
- Topics: advanced-project, beginner, beginner-project, cpp, cppprogramming, cppprojects, intermediate-projects
- Language: C++
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# C++ Projects
Welcome to my collection of C++ projects! This repository is a tapestry of challenges and solutions, a testament to the learning journey I've embarked upon in the world of C++ programming.
## About the Repository
Each directory is a snapshot of my progression, with projects ranging from simple "Hello, World!" programs to more complex applications. Here's what you can expect to find:
- `beginner-challenges`: A set of exercises designed to build a solid foundation in C++ basics.
- `intermediate-endeavors`: As I grow more confident, this section will contain projects that tackle more intricate problems.
- `advanced-explorations`: The pinnacle of my C++ journey, featuring projects that implement sophisticated algorithms and demonstrate high-level programming concepts.## Philosophy
The philosophy here is simple:
> "A journey of a thousand miles begins with a single step." - Laozi
And every piece of code I write is a step forward on this journey. The goal isn't just to finish a project but to absorb the intricacies of the language, to challenge myself with each line of code, and to emerge as a more skilled programmer with every commit.
## What's Next - The Learning Path
While the journey so far has been enriching, there's much more to explore. Here's a sneak peek into the upcoming adventures:
- ~~Constants and Strings~~