Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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~~