https://github.com/dev-kant-kumar/cpp-learning-space
My learning notebook for C++. This repository serves as a space to store C++ code snippets, projects, and notes as I progress through learning and mastering C++ programming.
https://github.com/dev-kant-kumar/cpp-learning-space
Last synced: 9 months ago
JSON representation
My learning notebook for C++. This repository serves as a space to store C++ code snippets, projects, and notes as I progress through learning and mastering C++ programming.
- Host: GitHub
- URL: https://github.com/dev-kant-kumar/cpp-learning-space
- Owner: dev-kant-kumar
- Created: 2024-07-14T08:33:25.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-06T10:21:57.000Z (over 1 year ago)
- Last Synced: 2025-01-21T03:15:07.137Z (over 1 year ago)
- Language: C++
- Size: 909 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cpp-Learning-Space
Welcome to the `Cpp-Learning-Space` repository! This repository contains all the code I have written while learning C++. It is organized into two main folders: `College Class Work` and `Self Learning`, each containing various subfolders to categorize the code based on different learning contexts and topics.
## Repository Structure
### 1. College Class Work
This folder includes all the C++ code written for college assignments, homework, and practice problems. It is further divided into subfolders to categorize the work:
- **Assigned Problem**: Code written for specific college assignments and class work.
- **Code Scan**: Solutions to homework problems given during college classes, including code from other classmates.
- **Practice Ground**: Code written to practice and improve understanding of college assignments and homework problems, as well as to accomplish any problem while working on class work or testing new learning concepts.
### 2. Self Learning
This folder contains all the C++ code written outside the college curriculum. It includes self-learning projects, experiments, and advanced topics that go beyond the college syllabus:
- **Projects**: Self-initiated projects to apply and test C++ concepts.
- **Experiments**: Code written to experiment with new C++ features or libraries.
- **Advanced Topics**: Code exploring advanced C++ topics beyond the college curriculum.
> Note: The folder structure may change in the future according to the situation.
## How to Use This Repository
1. **Browse through the folders**: Navigate through the `College Class Work` and `Self Learning` folders to find code related to different learning contexts.
2. **Refer to the subfolders**: Each subfolder contains specific topics or types of exercises, making it easy to find relevant code.
3. **Review and run the code**: Each code file is well-documented with comments explaining the logic and concepts used. Feel free to review and run the code to enhance your understanding.
## Contribution
If you have any suggestions or improvements, feel free to open an issue or submit a pull request. Your contributions are welcome!
## License
This repository is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.
## Contact
For any questions or feedback, please contact me at devkantkumar@proton.me.
---
Thank you for visiting the `Cpp-Learning-Space` repository. Happy coding!