home bbs files messages ]

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 32,205 of 33,346   
   Zeljko Vrba to Helmut Jarausch   
   Re: Recommend method to read from a poss   
   27 Apr 12 11:27:54   
   
   From: mordor.nospam@fly.srk.fer.hr   
      
   On 2012-04-26, Helmut Jarausch  wrote:   
   >   
   >   while (Inp) {   
   >     cerr << "--- here with while ---\n";   
   >     Inp >> V;   
   >   }   
   >   
   Input will fail if the file is empty, so I believe this is the common idiom:   
      
   while (Inp >> v) { ...do something...}   
      
      
   --   
         [ 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