User contributions
- 06:24, 22 September 2013 (diff | hist) . . (+1,186) . . N intro/control/while (Created page with "=== The {{tt|while}} loop === The {{tt|while}} loop is the classic loop in C++ that executes the block as long as the specified statement is {{c|true}}. {{source|1= while(/*...")
- 06:02, 22 September 2013 (diff | hist) . . (+633) . . intro/control/switch
- 05:51, 22 September 2013 (diff | hist) . . (+1,583) . . N intro/control/switch (Created page with "=== The {{tt|switch}} statement === The {{tt|switch}} statement takes an integer and executes the corresponding set of statements. {{source|1= switch(- →Integer value: ) { ...")