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

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.

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