Christian Aichinger on software and science

C++ for Humans

This page provides overviews of advanced C++ language concepts, with the intention of making them more accessible. The focus is understanding the big picture, even at the cost of missing some of the nuances. There's always cppreference or event the standard for more details.

Everything here is to the best of my knowledge, if you find anything wrong please let me know.

Articles written so far:

  • Overview of variable initialization
  • Overview of storage durations
  • Writings

    • About me
    • The ELF file format
    • Boost Range For Humans
    • C++ for Humans
  • Recent

    • Capture Bluetooth Traffic from Android
    • Force enable dark mode in Chrome, Safari, Firefox
    • LDAP basics for users
    • Converting Unix timestamps
    • The Kelly Criterion: Comparison with Expected Values
  • Archive

    • By date
    • By tag
  • Search


© 2020 Christian Aichinger · Powered by Pelican, Bootstrap, and a custom version of pelican-bootstrap3.
^ Back to top