https://github.com/d12/learning-cpp
Learning C++ - Dumping the exercises and programs I've made here.
https://github.com/d12/learning-cpp
Last synced: over 1 year ago
JSON representation
Learning C++ - Dumping the exercises and programs I've made here.
- Host: GitHub
- URL: https://github.com/d12/learning-cpp
- Owner: d12
- Created: 2022-02-05T16:13:41.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-07T23:02:03.000Z (over 4 years ago)
- Last Synced: 2025-02-12T15:18:10.691Z (over 1 year ago)
- Language: C++
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learning C++
Just some exercises and stuff stored here for future reference.
## Things to learn about:
- [x] Input/output
- [x] Conditonals
- [x] Case statements
- [x] Strings
- [x] Functions
- [x] Primitive types
- [ ] Classes
- [ ] Inheritence
- [ ] Visibility
- [ ] State
- [ ] Memory management features
- [ ] Pointers
- [ ] Exceptions
- [ ] File management
- [ ] Header files
- [ ] Imports
- [ ] Multi-file programs
- [ ] Makefiles
- [ ] GUI