diff options
Diffstat (limited to '5p4.cpp')
-rw-r--r-- | 5p4.cpp | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -0,0 +1,27 @@ + +/* + * + * 5.4 + * + * + */ + +int main () { + + /* + auto iter = s.begin(); + while(iter != s.end()) { + // do stuff + } + + bool status; + while((status = find(word))) { + // do stuff + } + + if(!status) { + // do stuff + } + */ + return 0; +} |