Click here to Skip to main content
15,923,852 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Searching Through Files Pin
Tomasz Sowinski7-Mar-02 23:48
Tomasz Sowinski7-Mar-02 23:48 
GeneralLaunch Visual Studio Macro from external application Pin
7-Mar-02 10:21
suss7-Mar-02 10:21 
GeneralMultiple functions versus if/else Pin
RK_20007-Mar-02 10:07
RK_20007-Mar-02 10:07 
GeneralRe: Multiple functions versus if/else Pin
alex.barylski7-Mar-02 10:35
alex.barylski7-Mar-02 10:35 
GeneralRe: Multiple functions versus if/else Pin
Jon Hulatt7-Mar-02 21:59
Jon Hulatt7-Mar-02 21:59 
GeneralSTL iterator::operator+() Pin
moredip7-Mar-02 9:33
moredip7-Mar-02 9:33 
GeneralRe: STL iterator::operator+() Pin
Christian Graus7-Mar-02 9:41
protectorChristian Graus7-Mar-02 9:41 
GeneralRe: STL iterator::operator+() Pin
moredip7-Mar-02 9:48
moredip7-Mar-02 9:48 
Doh!

Random access on a linked list? What was I thinking? Blush | :O

Thanks for pointing that one out.


Christian Graus wrote:
For the most efficient search on list, use the member function provided

do you mean list::sort()? I couldn't find a search function in my documentation.

Does anyone have a clue on how efficient the sort algorithm is. I'm guessing it'll be slower than a qsort() on an array, right?

Pete
GeneralRe: STL iterator::operator+() Pin
Nemanja Trifunovic7-Mar-02 9:58
Nemanja Trifunovic7-Mar-02 9:58 
GeneralRe: STL iterator::operator+() Pin
Joaquín M López Muñoz7-Mar-02 9:49
Joaquín M López Muñoz7-Mar-02 9:49 
Generalefficient sorting [was: STL iterator::operator+()] Pin
moredip7-Mar-02 9:54
moredip7-Mar-02 9:54 
GeneralRe: efficient sorting [was: STL iterator::operator+()] Pin
Joaquín M López Muñoz7-Mar-02 10:02
Joaquín M López Muñoz7-Mar-02 10:02 
GeneralRe: efficient sorting [was: STL iterator::operator+()] Pin
moredip7-Mar-02 10:15
moredip7-Mar-02 10:15 
GeneralRe: efficient sorting [was: STL iterator::operator+()] Pin
Tomasz Sowinski7-Mar-02 23:52
Tomasz Sowinski7-Mar-02 23:52 
GeneralVC++ object layout Pin
Joaquín M López Muñoz7-Mar-02 9:20
Joaquín M López Muñoz7-Mar-02 9:20 
GeneralRe: VC++ object layout Pin
Serge Krynine7-Mar-02 11:32
Serge Krynine7-Mar-02 11:32 
GeneralRe: VC++ object layout Pin
Joaquín M López Muñoz7-Mar-02 11:35
Joaquín M López Muñoz7-Mar-02 11:35 
GeneralRe: VC++ object layout Pin
Serge Krynine7-Mar-02 11:57
Serge Krynine7-Mar-02 11:57 
GeneralRe: VC++ object layout Pin
Tim Smith7-Mar-02 12:53
Tim Smith7-Mar-02 12:53 
GeneralRe: VC++ object layout Pin
Serge Krynine7-Mar-02 12:56
Serge Krynine7-Mar-02 12:56 
GeneralRe: VC++ object layout Pin
Tim Smith7-Mar-02 14:57
Tim Smith7-Mar-02 14:57 
GeneralRe: VC++ object layout Pin
Nemanja Trifunovic7-Mar-02 13:01
Nemanja Trifunovic7-Mar-02 13:01 
GeneralRe: VC++ object layout Pin
pba_7-Mar-02 17:00
pba_7-Mar-02 17:00 
GeneralThank you all Pin
Joaquín M López Muñoz7-Mar-02 19:51
Joaquín M López Muñoz7-Mar-02 19:51 
GeneralRe: Thank you all Pin
Tim Smith8-Mar-02 2:02
Tim Smith8-Mar-02 2:02 

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.