Cpp

From wikinotes

NOTE:

To supplement these notes, I have some very simple examples in $progs/lang/cpp/projects/__learning__/

Tutorials/Docs

modern C++ ecosystem https://www.bfilipek.com/2019/10/cppecosystem.html
learncpp.com https://www.learncpp.com/

Intro/Reference

cpp Python to cpp
cpp Anatomy
cpp styleguides

Basics

Misc
cpp gotchas
Compilers
cpp compilers
cpp makefiles
cpp makedepend
Basics
cpp datatypes.
cpp functions
cpp classes
cpp operators
cpp input/output
cpp conditionals
cpp loops
cpp exceptions
cpp testing
Concepts
cpp packaging
cpp namespaces
cpp pointers & references
cpp datastructures & types

Libraries

cpp easylogging++ module that greatly simplifies logging in cpp
cpp Qt cross-platform GUI library, and so much more.
cpp xcb faster, smaller, asynchronous replacement for Xlib (Xorg)
ncurses cross-platform TUI library
cpp boost peer-reviewed portable libraries
cpp turtle mocking library (designed for use with boost)