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
Dec 16, 2023
by
umaumax
Show whitespace changes
Inline
Side-by-side
cpp.md
View page @
e63d6c3e
...
@@ -51,6 +51,10 @@ e.g. `void Foo(const string &in, string *out);`
...
@@ -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
)
にて活用されている
上記は、
[
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
)
## 終了時のエラー回避のために
## 終了時のエラー回避のために
### 基底クラスが派生クラスのリソースへ依存している際の解放順番に注意
### 基底クラスが派生クラスのリソースへ依存している際の解放順番に注意
継承でスレッドを利用している例
継承でスレッドを利用している例
...
...
...
...