User Tools

Site Tools


cplusplus:control_structures_selection

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
cplusplus:control_structures_selection [2013/02/11 00:58] mithatcplusplus:control_structures_selection [2017/01/30 20:32] mithat
Line 4: Line 4:
 ====== Control Structures: Selection ====== ====== Control Structures: Selection ======
  
-Mithat Konar\\  +Mithat Konar\\
-2013-02-03+
  
 ===== Introduction ===== ===== Introduction =====
Line 15: Line 14:
  
   * Three kinds of control structures are used in C++ and many other languages:   * Three kinds of control structures are used in C++ and many other languages:
-    * **Sequence control**+    * **Sequence**
       * Statements are executed one after the other.       * Statements are executed one after the other.
       * This is C++'s default behavior!       * This is C++'s default behavior!
Line 27: Line 26:
 ===== Single-entry/single-exit structures ===== ===== Single-entry/single-exit structures =====
  
-  * **Single-entry/single-exit structures**: +  * Control structures that are entered from one point and exited from one point. 
-    * Control structures that are entered from one point and exited from one point. +  * Connect the exit point of one control structure to entry point of the next: **control-structure stacking**. 
-    * Connect the exit point of one control structure to entry point of the next: **control-structure stacking**. +  * Makes programs easy to build.
-    * Makes programs easy to build.+
  
 ===== Selection structures ===== ===== Selection structures =====
cplusplus/control_structures_selection.txt · Last modified: 2017/01/31 23:57 by mithat

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki