Feat: add table of content to pages authored by Pascal Palenda's avatar Pascal Palenda
This document gives a short overview over the global coding guidelines for IHTA C++ code.
[[_TOC_]]
## General C++ guidelines
When in doubt and these guidelines do not cover your problem, checkout [cpp-best-practices](https://github.com/cpp-best-practices/cppbestpractices) by Jason Turner.
......
......