Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Changes
Page history
Update cpp
authored
Mar 19, 2024
by
umaumax
Show whitespace changes
Inline
Side-by-side
cpp.md
View page @
873b3a9b
...
...
@@ -1884,6 +1884,9 @@ int main(int argc, const char* argv[]) {
```
## ファイル
### ファイルIOのベンチマーク
[
c++ io benchmark
](
https://gist.github.com/umaumax/1bde594a831c50f0d6d21a520209aad8
)
### ファイル/ディレクトリの存在確認
```
cpp
#include
<fstream>
...
...
...
...