https://github.com/automata/learning-cpp
Learning C++
https://github.com/automata/learning-cpp
Last synced: 3 months ago
JSON representation
Learning C++
- Host: GitHub
- URL: https://github.com/automata/learning-cpp
- Owner: automata
- Created: 2015-10-19T01:10:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-03-19T11:54:49.000Z (about 3 years ago)
- Last Synced: 2025-01-07T22:18:40.919Z (4 months ago)
- Language: C++
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learning C++
# A Tour of C++
## Basics
- ISO C++ standard defines two kinds of entities: Core language features + Standard library components
-Libs
---- OpenFrameworks:
- Cinder:
- JUCE: http://www.juce.com
- https://github.com/vinniefalco/DSPFilters
- https://github.com/micknoise/MaximilianReferences
---- A Tour of C++: https://isocpp.org/tour
- C++ Annotations: https://fbb-git.gitlab.io/cppannotations/cppannotations/html/index.html
- Great list of references: https://stackoverflow.com/questions/388242/the-definitive-c-book-guide-and-list
- Google Style Guide: https://google.github.io/styleguide/cppguide.html
- TopCoder STL Guide: https://www.topcoder.com/community/competitive-programming/tutorials/power-up-c-with-the-standard-template-library-part-1/
- https://www.ossblog.org/master-c-programming-with-open-source-books/