Click here to Skip to main content
15,888,113 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
AnswerRe: MFC vs STL performance test Pin
Aescleal21-Oct-13 23:58
Aescleal21-Oct-13 23:58 
GeneralRe: MFC vs STL performance test Pin
Alexander Fedorov22-Oct-13 2:05
Alexander Fedorov22-Oct-13 2:05 
GeneralRe: MFC vs STL performance test Pin
Aescleal22-Oct-13 4:44
Aescleal22-Oct-13 4:44 
GeneralRe: MFC vs STL performance test Pin
Alexander Fedorov22-Oct-13 5:32
Alexander Fedorov22-Oct-13 5:32 
Answerstd::map too slow Pin
bkelly1310-Nov-13 16:08
bkelly1310-Nov-13 16:08 
GeneralRe: std::map too slow Pin
Albert Holguin14-Nov-13 10:02
professionalAlbert Holguin14-Nov-13 10:02 
GeneralRe: std::map too slow Pin
Aescleal15-Nov-13 11:07
Aescleal15-Nov-13 11:07 
GeneralRe: std::map too slow Pin
Albert Holguin15-Nov-13 11:32
professionalAlbert Holguin15-Nov-13 11:32 
Well... although a dynamically growing vector will still be slower than a pre-allocated array. Although you can presize a vector as well but that would require you to know about the speed cost of dynamic allocation and how vectors allocate arrays internally. Guess what I'm getting at is... you have to know at least a little about your containers and how you're using them.

In summary, no free ride. Poke tongue | ;-P Smile | :)
QuestionWhy calling sort() crashes? Pin
Kumar Anitesh15-Oct-13 22:38
Kumar Anitesh15-Oct-13 22:38 
AnswerRe: Why calling sort() crashes? Pin
Richard MacCutchan15-Oct-13 23:06
mveRichard MacCutchan15-Oct-13 23:06 
AnswerRe: Why calling sort() crashes? Pin
Theo Buys9-Sep-14 2:46
Theo Buys9-Sep-14 2:46 
Questionstd::string name.copy(...) Pin
bkelly132-Oct-13 12:02
bkelly132-Oct-13 12:02 
AnswerRe: std::string name.copy(...) Pin
Richard MacCutchan2-Oct-13 21:24
mveRichard MacCutchan2-Oct-13 21:24 
GeneralRe: std::string name.copy(...) Pin
bkelly134-Oct-13 7:19
bkelly134-Oct-13 7:19 
GeneralRe: std::string name.copy(...) Pin
Richard MacCutchan4-Oct-13 8:08
mveRichard MacCutchan4-Oct-13 8:08 
QuestionCreate iwebbrowser2 in protected mode Pin
narasingubhanu25-Sep-13 20:31
narasingubhanu25-Sep-13 20:31 
AnswerRe: Create iwebbrowser2 in protected mode Pin
Richard MacCutchan25-Sep-13 21:31
mveRichard MacCutchan25-Sep-13 21:31 
GeneralRe: Create iwebbrowser2 in protected mode Pin
narasingubhanu26-Sep-13 0:23
narasingubhanu26-Sep-13 0:23 
GeneralRe: Create iwebbrowser2 in protected mode Pin
Richard MacCutchan26-Sep-13 0:29
mveRichard MacCutchan26-Sep-13 0:29 
Questiononcreate function Pin
DongDong18-Sep-13 4:55
DongDong18-Sep-13 4:55 
AnswerRe: oncreate function Pin
Richard MacCutchan8-Sep-13 6:54
mveRichard MacCutchan8-Sep-13 6:54 
QuestionGroup Box won't group Pin
bkelly1322-Aug-13 11:52
bkelly1322-Aug-13 11:52 
AnswerRe: Group Box won't group Pin
Garth J Lancaster22-Aug-13 12:47
professionalGarth J Lancaster22-Aug-13 12:47 
GeneralRe: Group Box won't group Pin
bkelly1322-Aug-13 12:55
bkelly1322-Aug-13 12:55 
GeneralRe: Group Box won't group Pin
Garth J Lancaster24-Aug-13 16:14
professionalGarth J Lancaster24-Aug-13 16:14 

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.