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

https://github.com/automata/learning-cpp

Learning C++
https://github.com/automata/learning-cpp

Last synced: 3 months ago
JSON representation

Learning C++

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/Maximilian

References
---

- 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/