- javaのデザパタの教科書にあるコードを単純にC++に置き換える。
- linuxベースだが、cmakeでコンパイルする。もしかしたらwindowsでも動くかもしれない。wslでも可。
- コーディングスタイルはGoogle
- 開発環境はVSCODE
CMakeの参考: https://kamino.hatenablog.com/entry/cmake_tutorial1#sec3_1
$ mkdir build
$ cd build
$ cmake ..
$ cmake --build .
| Name | Name | Last commit date | ||
|---|---|---|---|---|
CMakeの参考: https://kamino.hatenablog.com/entry/cmake_tutorial1#sec3_1
$ mkdir build
$ cd build
$ cmake ..
$ cmake --build .