Click here to Skip to main content
15,928,983 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: DevStudio Add-ins question Pin
Michael P Butler1-Sep-01 8:50
Michael P Butler1-Sep-01 8:50 
GeneralAbout FAT32 Pin
Maer72731-Aug-01 20:16
Maer72731-Aug-01 20:16 
GeneralAbout debug version and release version. Pin
Aaron031431-Aug-01 17:04
Aaron031431-Aug-01 17:04 
GeneralRe: About debug version and release version. Pin
31-Aug-01 19:31
suss31-Aug-01 19:31 
GeneralRe: About debug version and release version. Pin
Aaron03141-Sep-01 17:52
Aaron03141-Sep-01 17:52 
GeneralRe: About debug version and release version. Pin
Chris Losinger1-Sep-01 18:49
professionalChris Losinger1-Sep-01 18:49 
QuestionEfficient Code? Pin
A.R.31-Aug-01 13:58
A.R.31-Aug-01 13:58 
AnswerRe: Efficient Code? Pin
Christian Graus31-Aug-01 14:22
protectorChristian Graus31-Aug-01 14:22 
I would say that it's true, in the sense that it's probably not using any techniques that are *not* basic, but I would say it's unfair to make such a review. The question is, does it do what it is supposed to do, and can the reviewer suggest a better way of doing things ? I can think of no better way of reversing a singly linked list than to iterate through it as you have done. In fact, by definition, there is no other was TO iterate through it.

If you're really upset about it, why not look at how STL impliments a reverse algorithm for a list ? If the review means something then it could be worthwhile presenting examples, assuming the STL doesn't do it in a cunning way that escapes me and results in a better reverse ? I don't see what else they could do though.

Christian

As I learn the innermost secrets of the around me, they reward me in many ways to keep quiet.

Men with pierced ears are better prepared for marriage. They've experienced pain and bought Jewellery.
AnswerRe: Efficient Code? Pin
31-Aug-01 18:37
suss31-Aug-01 18:37 
AnswerRe: Efficient Code? Pin
Igor Sukhov1-Sep-01 12:02
Igor Sukhov1-Sep-01 12:02 
GeneralRe: Efficient Code? Pin
Ravi Bhavnani1-Sep-01 12:09
professionalRavi Bhavnani1-Sep-01 12:09 
GeneralRe: Efficient Code? Pin
Igor Sukhov1-Sep-01 12:48
Igor Sukhov1-Sep-01 12:48 
GeneralRe: Efficient Code? Pin
Ravi Bhavnani1-Sep-01 13:25
professionalRavi Bhavnani1-Sep-01 13:25 
GeneralRe: Efficient Code? Pin
Igor Sukhov2-Sep-01 4:25
Igor Sukhov2-Sep-01 4:25 
GeneralRe: Efficient Code? Pin
Ravi Bhavnani1-Sep-01 13:26
professionalRavi Bhavnani1-Sep-01 13:26 
GeneralRe: Efficient Code? Pin
Igor Sukhov2-Sep-01 4:26
Igor Sukhov2-Sep-01 4:26 
GeneralRe: Efficient Code? Pin
A.R.2-Sep-01 22:57
A.R.2-Sep-01 22:57 
GeneralRe: Efficient Code? Pin
Igor Sukhov3-Sep-01 0:01
Igor Sukhov3-Sep-01 0:01 
GeneralCustom Dialogs Pin
Frank Deo31-Aug-01 11:18
Frank Deo31-Aug-01 11:18 
GeneralRe: Custom Dialogs Pin
Christian Graus31-Aug-01 11:36
protectorChristian Graus31-Aug-01 11:36 
GeneralRe: Custom Dialogs Pin
Frank Deo31-Aug-01 12:54
Frank Deo31-Aug-01 12:54 
GeneralRe: Custom Dialogs Pin
Christian Graus31-Aug-01 13:20
protectorChristian Graus31-Aug-01 13:20 
GeneralHandler for Highlighting Text Pin
Dave Glick31-Aug-01 11:09
Dave Glick31-Aug-01 11:09 
GeneralRe: Handler for Highlighting Text Pin
Not Active31-Aug-01 12:31
mentorNot Active31-Aug-01 12:31 
GeneralError LNK2001 Pin
31-Aug-01 8:28
suss31-Aug-01 8:28 

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.