mirror of
https://github.com/jaywcjlove/reference.git
synced 2025-06-16 20:21:22 +08:00
doc: update docs/cpp.md
This commit is contained in:
@ -508,6 +508,7 @@ for (int i = 0, j = 2; i < 3; i++, j--){
|
||||
```
|
||||
|
||||
### auto
|
||||
|
||||
```cpp
|
||||
std:: string s = "hello world";
|
||||
for(auto c: s){
|
||||
|
Reference in New Issue
Block a user