ide
1.0.0
Learnyoucpp Online Ide -https://agauniyal.github.io/ide/
git clone https://github.com/agauniyal/ide.gitcd ideyarnsrc 디렉토리 내에서 변경하고 yarn build 실행하십시오clang-format 의 C ++ 파일 형식 :)docs/ 디렉토리에서 웹 서버를 열고 브라우저에서보기src/units/ 디렉토리 만 변경하십시오 src/units/ 디렉토리의 구조는 다음과 같습니다.
.
└── 1-Introduction
├── chapter-1
│ ├── main.cpp
│ └── readme.md
...
├── chapter-5
│ ├── helper.hpp
│ ├── main.cpp
│ ├── readme.md
│ └── result.txt
...
2-TypesAndVariables
...
src/units/ 이름이 {number}-{name} 으로 명명 된 자체 최상위 디렉토리가 있어야합니다. main.cpp 파일과 readme.md 파일이 포함되어야합니다. .cpp 또는 .hpp 파일은 다른 탭에서 열립니다.