Click here to Skip to main content
15,895,283 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Jumping out of a heavily-nested looping noy by using "goto" statement? Pin
Kevin McFarlane25-Jul-04 6:52
Kevin McFarlane25-Jul-04 6:52 
GeneralRe: Jumping out of a heavily-nested looping noy by using "goto" statement? Pin
bikram singh26-Jul-04 7:35
bikram singh26-Jul-04 7:35 
GeneralRe: Jumping out of a heavily-nested looping noy by using "goto" statement? Pin
Kevin McFarlane30-Jul-04 8:24
Kevin McFarlane30-Jul-04 8:24 
GeneralRe: Jumping out of a heavily-nested looping noy by using "goto" statement? Pin
bikram singh31-Jul-04 2:32
bikram singh31-Jul-04 2:32 
AnswerRe: Jumping out of a heavily-nested looping noy by using "goto" statement? Pin
Nemanja Trifunovic25-Jul-04 5:54
Nemanja Trifunovic25-Jul-04 5:54 
GeneralRe: Jumping out of a heavily-nested looping noy by using "goto" statement? Pin
David Crow26-Jul-04 4:29
David Crow26-Jul-04 4:29 
GeneralRe: Jumping out of a heavily-nested looping noy by using "goto" statement? Pin
Henry miller26-Jul-04 6:48
Henry miller26-Jul-04 6:48 
AnswerRe: Jumping out of a heavily-nested looping noy by using "goto" statement? Pin
palbano25-Jul-04 17:47
palbano25-Jul-04 17:47 
Alex Ngai wrote:
and it will easily destory a program's structure,
and
Alex Ngai wrote:
a heavily-nested loop

So you want to protect the structure of your heavily nested loop code? Isn't that a bit of an oxymoron?

If you are actually concerned with program structure you might consider refactoring the code into a modern object oriented design that utilizes known patterns and techniques to solve simple structure problems like nested loops and 500 line if/elseif/switch statements.

But, that's just my opinion... I could be wrong.

Hate is not a family value
-pete

GeneralRe: Jumping out of a heavily-nested looping noy by using "goto" statement? Pin
Link260025-Jul-04 18:04
Link260025-Jul-04 18:04 
GeneralRe: Jumping out of a heavily-nested looping noy by using "goto" statement? Pin
palbano25-Jul-04 18:43
palbano25-Jul-04 18:43 
GeneralRe: Jumping out of a heavily-nested looping noy by using "goto" statement? Pin
bikram singh26-Jul-04 7:33
bikram singh26-Jul-04 7:33 
AnswerRe: Jumping out of a heavily-nested looping noy by using "goto" statement? Pin
KarstenK25-Jul-04 21:20
mveKarstenK25-Jul-04 21:20 
GeneralRe: Jumping out of a heavily-nested looping noy by using "goto" statement? Pin
Link260026-Jul-04 1:29
Link260026-Jul-04 1:29 
AnswerRe: Jumping out of a heavily-nested looping noy by using "goto" statement? Pin
Chris Hills28-Jul-04 1:31
Chris Hills28-Jul-04 1:31 
GeneralNeed source code for adaptive Rice coding Pin
huffmancoding24-Jul-04 14:38
huffmancoding24-Jul-04 14:38 
GeneralRe: Need source code for adaptive Rice coding Pin
Ravi Bhavnani24-Jul-04 14:48
professionalRavi Bhavnani24-Jul-04 14:48 
GeneralRe: Need source code for adaptive Rice coding Pin
huffmancoding25-Jul-04 7:05
huffmancoding25-Jul-04 7:05 
GeneralRe: Need source code for adaptive Rice coding Pin
Ravi Bhavnani25-Jul-04 12:07
professionalRavi Bhavnani25-Jul-04 12:07 
GeneralReset Button ID Pin
PJ Arends24-Jul-04 12:19
professionalPJ Arends24-Jul-04 12:19 
GeneralRe: Reset Button ID Pin
Ravi Bhavnani24-Jul-04 14:45
professionalRavi Bhavnani24-Jul-04 14:45 
GeneralRe: Reset Button ID Pin
PJ Arends25-Jul-04 5:10
professionalPJ Arends25-Jul-04 5:10 
GeneralPosting registerd window messages fail Pin
McByte24-Jul-04 11:13
McByte24-Jul-04 11:13 
GeneralRe: Posting registerd window messages fail Pin
palbano24-Jul-04 11:21
palbano24-Jul-04 11:21 
GeneralRe: Posting registerd window messages fail Pin
McByte24-Jul-04 23:44
McByte24-Jul-04 23:44 
GeneralRe: Posting registerd window messages fail Pin
Mike Dimmick25-Jul-04 5:36
Mike Dimmick25-Jul-04 5:36 

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.