Click here to Skip to main content
16,005,682 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: reading files Pin
alex.barylski15-Feb-02 7:09
alex.barylski15-Feb-02 7:09 
GeneralRe: reading files Pin
Nish Nishant15-Feb-02 8:16
sitebuilderNish Nishant15-Feb-02 8:16 
GeneralRe: reading files Pin
Joaquín M López Muñoz15-Feb-02 9:20
Joaquín M López Muñoz15-Feb-02 9:20 
GeneralRe: reading files Pin
alex.barylski15-Feb-02 6:52
alex.barylski15-Feb-02 6:52 
GeneralRe: reading files Pin
Joaquín M López Muñoz15-Feb-02 6:51
Joaquín M López Muñoz15-Feb-02 6:51 
GeneralRe: reading files Pin
Navier15-Feb-02 11:53
Navier15-Feb-02 11:53 
GeneralRun to For's at once Pin
Steven Richardson15-Feb-02 5:42
Steven Richardson15-Feb-02 5:42 
GeneralRe: Run to For's at once Pin
Roger Allen15-Feb-02 5:53
Roger Allen15-Feb-02 5:53 
int i = 0 ;
int j = 0 ;

for ( ; i < 10 && j < 10 ; ++i, ++j)
{
}


Maybe that would do the job. I originally put i++, j++, but then I thought "Holy crap, I'll get blasted by all those c++ efficiency coders out there"



Roger Allen
Sonork 100.10016

If I'm not breathing, I'm either dead or holding my breath.
A fool jabbers, while a wise man listens. But is he so wise to listen to the fool?
Please step to the rear of the car and make room for more victims. - John Simmons the Outlaw programmer, 1st Feb 2002, in the lounge
GeneralRe: Run to For's at once Pin
Steven Richardson15-Feb-02 6:01
Steven Richardson15-Feb-02 6:01 
GeneralRe: Run to For's at once Pin
Nish Nishant15-Feb-02 6:08
sitebuilderNish Nishant15-Feb-02 6:08 
GeneralRe: Run to For's at once Pin
Roger Allen15-Feb-02 6:35
Roger Allen15-Feb-02 6:35 
GeneralRe: Run to For's at once Pin
alex.barylski15-Feb-02 6:48
alex.barylski15-Feb-02 6:48 
GeneralRe: Run to For's at once Pin
Navier15-Feb-02 12:44
Navier15-Feb-02 12:44 
GeneralRe: Run to For's at once Pin
Nish Nishant15-Feb-02 5:55
sitebuilderNish Nishant15-Feb-02 5:55 
GeneralRe: Run to For's at once Pin
Steven Richardson15-Feb-02 6:26
Steven Richardson15-Feb-02 6:26 
GeneralRe: Run to For's at once Pin
Nish Nishant15-Feb-02 6:49
sitebuilderNish Nishant15-Feb-02 6:49 
GeneralRe: Run to For's at once Pin
Steven Richardson15-Feb-02 6:52
Steven Richardson15-Feb-02 6:52 
QuestionCD audio: MCI, AVIStream? Pin
starn15-Feb-02 3:39
starn15-Feb-02 3:39 
GeneralContext Menu on Context Menu Pin
Lilian Chan-Grant15-Feb-02 3:18
Lilian Chan-Grant15-Feb-02 3:18 
GeneralRe: Context Menu on Context Menu Pin
Michael Dunn15-Feb-02 8:16
sitebuilderMichael Dunn15-Feb-02 8:16 
GeneralCMsFlexGrid : any response, please Pin
DanYELL15-Feb-02 2:18
DanYELL15-Feb-02 2:18 
GeneralRe: CMsFlexGrid : any response, please Pin
Carlos Antollini15-Feb-02 3:10
Carlos Antollini15-Feb-02 3:10 
GeneralHEX to INT Pin
Steven Richardson15-Feb-02 1:27
Steven Richardson15-Feb-02 1:27 
GeneralRe: HEX to INT Pin
Mazdak15-Feb-02 2:10
Mazdak15-Feb-02 2:10 
GeneralRe: HEX to INT Pin
moliate15-Feb-02 2:30
moliate15-Feb-02 2:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.