Click here to Skip to main content
16,011,905 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Quick menu question..... Pin
Nitron16-Jul-02 8:32
Nitron16-Jul-02 8:32 
GeneralRe: Quick menu question..... Pin
Nish Nishant16-Jul-02 8:39
sitebuilderNish Nishant16-Jul-02 8:39 
Questionemail, where are u? Pin
includeh1016-Jul-02 7:32
includeh1016-Jul-02 7:32 
AnswerRe: email, where are u? Pin
Shog916-Jul-02 7:44
sitebuilderShog916-Jul-02 7:44 
AnswerRe: email, where are u? Pin
Nish Nishant16-Jul-02 8:17
sitebuilderNish Nishant16-Jul-02 8:17 
Generalefficiency of list::push_back() Pin
moredip16-Jul-02 7:24
moredip16-Jul-02 7:24 
GeneralRe: efficiency of list::push_back() Pin
Philippe Mori16-Jul-02 7:31
Philippe Mori16-Jul-02 7:31 
GeneralRe: efficiency of list::push_back() Pin
Mike Nordell16-Jul-02 7:41
Mike Nordell16-Jul-02 7:41 
moredip wrote:
Is it worth keeping an iterator to the end of the list and using insert( end_it, foo ),

Probably not. Perhaps you could shave off a few CPU cycles, but that's it.

or would it be just as fast, or faster, to simply use push_back( foo )?

Since any list insertion is O(1) and end() is also O(1) for a list, I think you know the answer.
GeneralRe: efficiency of list::push_back() Pin
moredip16-Jul-02 8:01
moredip16-Jul-02 8:01 
GeneralRe: efficiency of list::push_back() Pin
Joaquín M López Muñoz16-Jul-02 8:26
Joaquín M López Muñoz16-Jul-02 8:26 
Questionwhat functions are used for ... Pin
includeh1016-Jul-02 7:17
includeh1016-Jul-02 7:17 
AnswerRe: what functions are used for ... Pin
Joaquín M López Muñoz16-Jul-02 8:29
Joaquín M López Muñoz16-Jul-02 8:29 
GeneralRe: what functions are used for ... Pin
includeh1016-Jul-02 9:10
includeh1016-Jul-02 9:10 
AnswerRe: what functions are used for ... Pin
Nish Nishant16-Jul-02 8:34
sitebuilderNish Nishant16-Jul-02 8:34 
AnswerRe: what functions are used for ... Pin
Joel Lucsy16-Jul-02 13:58
Joel Lucsy16-Jul-02 13:58 
GeneralSimple question Pin
achandra00716-Jul-02 6:32
achandra00716-Jul-02 6:32 
GeneralRe: Simple question Pin
Chris Losinger16-Jul-02 6:43
professionalChris Losinger16-Jul-02 6:43 
GeneralRe: Simple question Pin
achandra00716-Jul-02 6:53
achandra00716-Jul-02 6:53 
GeneralRe: Simple question Pin
Chris Losinger16-Jul-02 6:58
professionalChris Losinger16-Jul-02 6:58 
GeneralAdding to the control toolbar Pin
Anonymous16-Jul-02 6:11
Anonymous16-Jul-02 6:11 
General"New ATL Object..." is lost! Pin
DanielP16-Jul-02 6:04
DanielP16-Jul-02 6:04 
GeneralPlease help with CTabCtrl Pin
dennisV16-Jul-02 5:38
dennisV16-Jul-02 5:38 
GeneralEasy question, but im stuck. :) Pin
Anonymous16-Jul-02 5:26
Anonymous16-Jul-02 5:26 
GeneralRe: Easy question Pin
Schnemar16-Jul-02 6:04
Schnemar16-Jul-02 6:04 
GeneralRe: Easy question Pin
Daniel Turini16-Jul-02 8:34
Daniel Turini16-Jul-02 8:34 

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.