https://github.com/joegasewicz/joes-cpp-study
https://github.com/joegasewicz/joes-cpp-study
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/joegasewicz/joes-cpp-study
- Owner: joegasewicz
- Created: 2024-05-15T22:00:32.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-15T22:01:30.000Z (over 1 year ago)
- Last Synced: 2025-05-19T03:13:15.835Z (5 months ago)
- Language: C++
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Joe's C++ Study
### Courses
This study uses the following sources:- [Beginning C++ Programming - From Beginner to BeyondBeginning C++ Programming - From Beginner to Beyond]( https://www.udemy.com/course/beginning-c-plus-plus-programming) (Udemy)
- [C++ Crash Course](https://nostarch.com/cppcrashcourse) By Josh Lospinoso
- [C++ Primer](https://cpp-primer.pages.dev/book/000-cpp_primer_fifth_edition.html) By Stanley B. Lippman