Forums before death by AOL, social media and spammers... "We can't have nice things"
|    comp.lang.c++.moderated    |    Moderated discussion of C++ superhackery    |    33,346 messages    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
|    Message 33,112 of 33,346    |
|    Francis Glassborow to Gon Solo    |
|    Re: Fixed for loop    |
|    29 Jun 13 01:32:46    |
   
   From: francis.glassborow@btinternet.com   
      
   On 28/06/2013 14:57, Gon Solo wrote:   
   > Is there a better way in C++ to make a very simple for loop look   
   > very simple?   
   >   
   > #define FOR(i, x) for(int i = 0; i < x; ++i)   
   >   
   > FOR(i,3) {   
   > // ...   
   > }   
      
   Exactly what is wrong with what C++ already provides? In fact the   
   loop above is rather uncommon in C++ where loops are frequently over   
   containers.   
      
   Francis   
      
      
   --   
    [ See http://www.gotw.ca/resources/clcm.htm for info about ]   
    [ comp.lang.c++.moderated. First time posters: Do this! ]   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   
|
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
(c) 1994, bbs@darkrealms.ca