ide
1.0.0
Learnyoucpp en línea IDE - https://agauniyal.github.io/ide/
git clone https://github.com/agauniyal/ide.gitcd ideyarnsrc y ejecutar yarn buildclang-format :)docs/ directorio y ver en el navegadorsrc/units/ directorio solamente La estructura de src/units/ directorio es la siguiente -
.
└── 1-Introduction
├── chapter-1
│ ├── main.cpp
│ └── readme.md
...
├── chapter-5
│ ├── helper.hpp
│ ├── main.cpp
│ ├── readme.md
│ └── result.txt
...
2-TypesAndVariables
...
src/units/ nombrado como {number}-{name} . main.cpp y un archivo readme.md . .cpp o .hpp se abren en diferentes pestañas.