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
    • C++ for Humans
    • Boost Range For Humans
  • Recent

    • Separate development feedback and performance evaluation
    • Git Best Practices
    • Covid variant competition and a longer-term strategy
    • How to create pixel-perfect PDF reports in 2021
    • Capture Bluetooth Traffic from Android
  • Archive

    • By date
    • By tag
  • Search


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