Click here to Skip to main content
15,910,981 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: 0x8009006 Pin
Randor 27-Nov-08 17:33
professional Randor 27-Nov-08 17:33 
GeneralRe: 0x8009006 Pin
izyani1-Dec-08 16:05
izyani1-Dec-08 16:05 
GeneralRe: 0x8009006 Pin
izyani10-Dec-08 21:25
izyani10-Dec-08 21:25 
Questionfft algorthims in c++ Pin
kamal jit sharma27-Nov-08 8:43
kamal jit sharma27-Nov-08 8:43 
AnswerRe: fft algorthims in c++ Pin
enhzflep27-Nov-08 14:07
enhzflep27-Nov-08 14:07 
GeneralRe: fft algorthims in c++ Pin
CPallini28-Nov-08 0:44
mveCPallini28-Nov-08 0:44 
QuestionBest way of breaking from for loop Pin
vipin_nvk27-Nov-08 4:38
vipin_nvk27-Nov-08 4:38 
AnswerRe: Best way of breaking from for loop Pin
Code-o-mat27-Nov-08 4:49
Code-o-mat27-Nov-08 4:49 
Imho break is more efficient because using break will just jump out of the loop while setting the variable 'I' to a value has to perform memory read/write operations, then it will jump to the condition-evaluation part, where it will check the variable against 100 and will then jump out of the loop. Am not sure how smart the compiler is but it might even optimize the later case to a simple break or "value-set" then break itself.

> The problem with computers is that they do what you tell them to do and not what you want them to do. <

AnswerRe: Best way of breaking from for loop Pin
Roger Stoltz27-Nov-08 4:52
Roger Stoltz27-Nov-08 4:52 
AnswerRe: Best way of breaking from for loop Pin
Paul Conrad27-Nov-08 6:01
professionalPaul Conrad27-Nov-08 6:01 
AnswerRe: Best way of breaking from for loop Pin
CPallini27-Nov-08 7:32
mveCPallini27-Nov-08 7:32 
JokeRe: Best way of breaking from for loop Pin
killabyte28-Nov-08 0:30
killabyte28-Nov-08 0:30 
GeneralRe: Best way of breaking from for loop Pin
CPallini28-Nov-08 0:59
mveCPallini28-Nov-08 0:59 
AnswerRe: Best way of breaking from for loop Pin
sheshidar27-Nov-08 19:31
sheshidar27-Nov-08 19:31 
GeneralRe: Best way of breaking from for loop Pin
CPallini28-Nov-08 0:36
mveCPallini28-Nov-08 0:36 
AnswerRe: Best way of breaking from for loop Pin
Rajesh R Subramanian27-Nov-08 20:37
professionalRajesh R Subramanian27-Nov-08 20:37 
Questionwhat is the "TOUCH" (UNIX) equivalent for windows? Pin
Nandu_77b27-Nov-08 3:13
Nandu_77b27-Nov-08 3:13 
AnswerRe: what is the "TOUCH" (UNIX) equivalent for windows? Pin
Randor 27-Nov-08 4:22
professional Randor 27-Nov-08 4:22 
AnswerRe: what is the "TOUCH" (UNIX) equivalent for windows? Pin
Ahmed Charfeddine27-Nov-08 9:32
Ahmed Charfeddine27-Nov-08 9:32 
Questionc++ array list Pin
phokojoe27-Nov-08 3:12
phokojoe27-Nov-08 3:12 
AnswerRe: c++ array list Pin
Maximilien27-Nov-08 3:36
Maximilien27-Nov-08 3:36 
QuestionRe: c++ array list Pin
CPallini27-Nov-08 7:35
mveCPallini27-Nov-08 7:35 
AnswerRe: c++ array list Pin
toxcct27-Nov-08 7:52
toxcct27-Nov-08 7:52 
GeneralRe: c++ array list Pin
CPallini27-Nov-08 8:20
mveCPallini27-Nov-08 8:20 
GeneralRe: c++ array list Pin
Larry Mills Sr28-Nov-08 15:40
Larry Mills Sr28-Nov-08 15:40 

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.