Skip to content
Update cpp authored by umaumax's avatar umaumax
......@@ -51,6 +51,10 @@ e.g. `void Foo(const string &in, string *out);`
上記は、[sewenew/redis-plus-plus: Redis client written in C++]( https://github.com/sewenew/redis-plus-plus )にて活用されている
### 🔥directory_iterator(ファイルの走査順序は未規定)
* [directory_iterator - cpprefjp C++日本語リファレンス]( https://cpprefjp.github.io/reference/filesystem/directory_iterator.html )
* [std::directory_iterator に注意せよ]( https://zenn.dev/enchan1207/articles/29de772131de13 )
## 終了時のエラー回避のために
### 基底クラスが派生クラスのリソースへ依存している際の解放順番に注意
継承でスレッドを利用している例
......
......