Skip to content
Update cpp authored by umaumax's avatar umaumax
......@@ -1884,6 +1884,9 @@ int main(int argc, const char* argv[]) {
```
## ファイル
### ファイルIOのベンチマーク
[c++ io benchmark]( https://gist.github.com/umaumax/1bde594a831c50f0d6d21a520209aad8 )
### ファイル/ディレクトリの存在確認
``` cpp
#include <fstream>
......
......