ide
1.0.0
Learnyoucpp online IDE - https://agauniyal.github.io/ide/
git clone https://github.com/agauniyal/ide.gitcd ideyarnsrc e execute yarn buildclang-format :)docs/ Directory and View in Browsersrc/units/ diretório A estrutura do src/units/ diretório é a seguinte -
.
└── 1-Introduction
├── chapter-1
│ ├── main.cpp
│ └── readme.md
...
├── chapter-5
│ ├── helper.hpp
│ ├── main.cpp
│ ├── readme.md
│ └── result.txt
...
2-TypesAndVariables
...
src/units/ nomeado como {number}-{name} . main.cpp e um arquivo readme.md . .cpp ou .hpp são abertos em guias diferentes.