Uh oh!
There was an error while loading. Please reload this page.
docs: add ranged based for loop concept files - #945
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
vendethiel
commented
Feb 26, 2025
This might deserve a part on using it with |
Do you think we should change the current state further? The auto keyword comes a bit later in the syllabus, together with smart pointers. Maybe I should move them? |
vendethiel
commented
Feb 26, 2025
Good point, I'm not sure. Maybe it should be introduced later, when they might actually mess it up :-) |
| - `container`: The array or vector to loop over. | ||
| ## Example Usage | ||
There was a problem hiding this comment.
This took me a minute to work out but I like it! :)
Maybe it would be worth saying...
| In this code, we loop over each word, retrieving the first letter each time, to reveal the obscured password. | |
No description provided.