Click here to Skip to main content
15,890,579 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Calling MessageMap functions Pin
jon_fallon13-Nov-08 1:12
jon_fallon13-Nov-08 1:12 
QuestionGrid to List box Pin
Pryabu12-Nov-08 17:41
Pryabu12-Nov-08 17:41 
AnswerRe: Grid to List box Pin
ShilpiP12-Nov-08 18:14
ShilpiP12-Nov-08 18:14 
GeneralRe: Grid to List box Pin
Hamid_RT12-Nov-08 20:45
Hamid_RT12-Nov-08 20:45 
AnswerRe: Grid to List box Pin
Hamid_RT12-Nov-08 19:15
Hamid_RT12-Nov-08 19:15 
GeneralRe: Grid to List box Pin
Pryabu12-Nov-08 20:13
Pryabu12-Nov-08 20:13 
AnswerRe: Grid to List box Pin
SandipG 12-Nov-08 21:45
SandipG 12-Nov-08 21:45 
Questionrewrite programs without gotos and breaks Pin
phokojoe12-Nov-08 17:17
phokojoe12-Nov-08 17:17 
i have this code guys:

j = -3;
for (i=0;i<3;i++)
{
switch (j+2)
{
case 3:
case 2: j--;
break;
case 0: j += 2;
break;
default: j=0;
}
if (j>0) break;
j = 3-i;
}

i want to write this without the breaks and goto
how can i do it gurus?
Sigh | :sigh:

phokojoe

AnswerRe: rewrite programs without gotos and breaks Pin
Sarath C12-Nov-08 17:46
Sarath C12-Nov-08 17:46 
AnswerRe: rewrite programs without gotos and breaks Pin
Subrat 470826612-Nov-08 20:32
Subrat 470826612-Nov-08 20:32 
QuestionCEdit::CreateEx [modified] Pin
Mark Gilson12-Nov-08 6:48
Mark Gilson12-Nov-08 6:48 
AnswerRe: CEdit::CreateEx Pin
David Crow12-Nov-08 7:53
David Crow12-Nov-08 7:53 
GeneralRe: CEdit::CreateEx Pin
Mark Gilson12-Nov-08 8:18
Mark Gilson12-Nov-08 8:18 
GeneralRe: CEdit::CreateEx Pin
Mark Gilson12-Nov-08 8:20
Mark Gilson12-Nov-08 8:20 
JokeRe: CEdit::CreateEx Pin
Roger Stoltz12-Nov-08 8:24
Roger Stoltz12-Nov-08 8:24 
GeneralRe: CEdit::CreateEx Pin
Mark Gilson12-Nov-08 8:29
Mark Gilson12-Nov-08 8:29 
AnswerRe: CEdit::CreateEx Pin
Roger Stoltz12-Nov-08 8:52
Roger Stoltz12-Nov-08 8:52 
GeneralRe: CEdit::CreateEx Pin
Mark Gilson12-Nov-08 9:21
Mark Gilson12-Nov-08 9:21 
QuestionRe: CEdit::CreateEx Pin
Mark Salsbery12-Nov-08 9:34
Mark Salsbery12-Nov-08 9:34 
AnswerRe: CEdit::CreateEx Pin
Mark Gilson12-Nov-08 9:46
Mark Gilson12-Nov-08 9:46 
GeneralRe: CEdit::CreateEx Pin
Mark Gilson12-Nov-08 9:51
Mark Gilson12-Nov-08 9:51 
GeneralRe: CEdit::CreateEx Pin
Mark Salsbery12-Nov-08 9:57
Mark Salsbery12-Nov-08 9:57 
GeneralRe: CEdit::CreateEx Pin
David Crow12-Nov-08 10:19
David Crow12-Nov-08 10:19 
GeneralRe: CEdit::CreateEx Pin
Roger Stoltz12-Nov-08 10:47
Roger Stoltz12-Nov-08 10:47 
QuestionRe: CEdit::CreateEx Pin
David Crow12-Nov-08 10:22
David Crow12-Nov-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.