2.9.                      ____________________61

2.9.  

       
   .  C++      -
 ,     .

   goto.     . 
     break, continue  assert,  -
  . 

// i
while (!) {
if (2)
goto exit;

exit:



//
while (!) {
if (2)
break;

  while   for   ,  
    :

while () {

}
, 

for ( ; ; ) {

}

       -
   for,          .

  ,  ,   ,   -
 ,   static_cast<>.

     define    , -
      .  C++ 
const  inline  ,    define.



1.   C++  ,     
.        ;