Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pkx8326/learning_c_and_c_plus_plus
I'm documenting my C/C++ learning journey in this repository. It is made public so that it may also be of help to those learning the language just like myself.
https://github.com/pkx8326/learning_c_and_c_plus_plus
c-plus-plus c-plus-plus-programming c-programming learning learning-by-doing
Last synced: 20 days ago
JSON representation
I'm documenting my C/C++ learning journey in this repository. It is made public so that it may also be of help to those learning the language just like myself.
- Host: GitHub
- URL: https://github.com/pkx8326/learning_c_and_c_plus_plus
- Owner: pkx8326
- Created: 2024-10-24T09:06:51.000Z (22 days ago)
- Default Branch: main
- Last Pushed: 2024-10-25T04:29:17.000Z (21 days ago)
- Last Synced: 2024-10-25T07:12:45.976Z (21 days ago)
- Topics: c-plus-plus, c-plus-plus-programming, c-programming, learning, learning-by-doing
- Language: C++
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C/C++ Learning
### About this repository
I'm documenting my C/C++ learning journey in this repository. It is made public so that it may also be of help to those learning the language just like myself.### Learning materials
I'm learning the language from various online sources. Since I'm using a Windows machine and Visual Studio Code as an IDE, I setup my developing environment following the instructions in this [YouTube video](https://www.youtube.com/watch?v=DMWD7wfhgNY). Refer to the [learning resources](https://github.com/pkx8326/learning_C_and_C_plus_plus/tree/main/0_learning_resources) folder for more learning materials.The day I'm writing this is October 24, 2024 and that video is already 1 year old, but the information is still up-to-date and very helpful. I'll create an increasingly long list of learning materials in a dedicated folder in this repository.
### Repository structure
Each C/C++ project, no matter how small it is, has its own folder and its own README.md file in its respective folder. This is my way of journaling my learning, and it should also be benificial to whoever learning the language comming across this repository.### What to do next?
If possible, let's enjoy the learning journey together. Peace!