Click here to Skip to main content
15,903,175 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionMeasureString and MeasureCharacterRanges (Page Faults) Pin
bob169721-Dec-08 5:55
bob169721-Dec-08 5:55 
AnswerRe: MeasureString and MeasureCharacterRanges (Page Faults) Pin
Randor 1-Dec-08 6:19
professional Randor 1-Dec-08 6:19 
GeneralRe: MeasureString and MeasureCharacterRanges (Page Faults) Pin
bob169721-Dec-08 7:13
bob169721-Dec-08 7:13 
AnswerRe: MeasureString and MeasureCharacterRanges (Page Faults) Pin
Nemanja Trifunovic1-Dec-08 9:50
Nemanja Trifunovic1-Dec-08 9:50 
GeneralRe: MeasureString and MeasureCharacterRanges (Page Faults) Pin
bob169721-Dec-08 10:30
bob169721-Dec-08 10:30 
QuestionRecive TCP packets without TX [modified] Pin
mehdir211-Dec-08 5:00
mehdir211-Dec-08 5:00 
AnswerRe: Recive TCP packets without TX Pin
Randor 1-Dec-08 6:30
professional Randor 1-Dec-08 6:30 
QuestionInstead of using nested if-else Pin
krishnakumartm1-Dec-08 4:30
krishnakumartm1-Dec-08 4:30 
Hi
i have requirement like doing 10 steps to complete task
After completion of one only i can enter into another
I used nested if- else to do that like

if (true)
{
if (true)
{
if (true)
{
return true;
}
else
{
}
}
else
{
}
}
else
{
}
is there any better way to handle these type of situation

Thanks in Advance

----------------------------
KRISHNA KUMAR T M

AnswerRe: Instead of using nested if-else Pin
Hamid_RT1-Dec-08 4:34
Hamid_RT1-Dec-08 4:34 
GeneralRe: Instead of using nested if-else Pin
Code-o-mat1-Dec-08 5:30
Code-o-mat1-Dec-08 5:30 
GeneralRe: Instead of using nested if-else Pin
ssclaire1-Dec-08 7:55
ssclaire1-Dec-08 7:55 
GeneralRe: Instead of using nested if-else Pin
CPallini1-Dec-08 8:09
mveCPallini1-Dec-08 8:09 
GeneralRe: Instead of using nested if-else Pin
Nemanja Trifunovic1-Dec-08 9:18
Nemanja Trifunovic1-Dec-08 9:18 
GeneralRe: Instead of using nested if-else Pin
Timothy Baldwin2-Dec-08 12:47
Timothy Baldwin2-Dec-08 12:47 
AnswerRe: Instead of using nested if-else Pin
CPallini1-Dec-08 5:47
mveCPallini1-Dec-08 5:47 
AnswerRe: Instead of using nested if-else Pin
David Crow1-Dec-08 10:17
David Crow1-Dec-08 10:17 
AnswerRe: Instead of using nested if-else Pin
bob169721-Dec-08 16:29
bob169721-Dec-08 16:29 
AnswerRe: Instead of using nested if-else Pin
sheshidar1-Dec-08 18:15
sheshidar1-Dec-08 18:15 
QuestionUsing "extern" Pin
krishnakumartm1-Dec-08 4:05
krishnakumartm1-Dec-08 4:05 
AnswerRe: Using "extern" Pin
Code-o-mat1-Dec-08 4:08
Code-o-mat1-Dec-08 4:08 
GeneralRe: Using "extern" Pin
krishnakumartm1-Dec-08 4:17
krishnakumartm1-Dec-08 4:17 
GeneralRe: Using "extern" Pin
Code-o-mat1-Dec-08 4:53
Code-o-mat1-Dec-08 4:53 
AnswerRe: Using "extern" Pin
CPallini1-Dec-08 5:41
mveCPallini1-Dec-08 5:41 
QuestionFocus rectangle on CDialogBox button Pin
J. Landsheer1-Dec-08 3:54
J. Landsheer1-Dec-08 3:54 
QuestionRe: Focus rectangle on CDialogBox button Pin
David Crow1-Dec-08 10:22
David Crow1-Dec-08 10:22 

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.