ide
1.0.0
Learnyoucpp online ide - https://agauniyal.github.io/ide/
git clone https://github.com/agauniyal/ide.gitcd ideyarnsrc directory and run yarn buildclang-format :)docs/ directory and view in browsersrc/units/ directory onlyThe structure of src/units/ directory is as follows -
.
└── 1-Introduction
├── chapter-1
│ ├── main.cpp
│ └── readme.md
...
├── chapter-5
│ ├── helper.hpp
│ ├── main.cpp
│ ├── readme.md
│ └── result.txt
...
2-TypesAndVariables
...
src/units/ named as {number}-{name}.main.cpp file and a readme.md file..cpp or .hpp files are opened up in different tabs.