mirror of
https://github.com/jaywcjlove/reference
synced 2026-02-01 22:48:19 +00: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