Click here to Skip to main content
15,916,693 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: Memory Leak WIth OLE2A and other conversion macros. Pin
Michael Dunn8-Jan-03 11:05
sitebuilderMichael Dunn8-Jan-03 11:05 
Generalrun an .asp script from within my app Pin
LukeV6-Jan-03 9:19
LukeV6-Jan-03 9:19 
GeneralRe: run an .asp script from within my app Pin
AlexO7-Jan-03 2:53
AlexO7-Jan-03 2:53 
GeneralRe: run an .asp script from within my app Pin
Todd Smith11-Jan-03 4:41
Todd Smith11-Jan-03 4:41 
GeneralSTL vs. MFC Pin
lpvoid6-Jan-03 8:45
lpvoid6-Jan-03 8:45 
GeneralRe: STL vs. MFC - The test code Pin
lpvoid6-Jan-03 8:56
lpvoid6-Jan-03 8:56 
GeneralRe: STL vs. MFC Pin
Christian Graus6-Jan-03 9:19
protectorChristian Graus6-Jan-03 9:19 
GeneralRe: STL vs. MFC Pin
lpvoid6-Jan-03 9:36
lpvoid6-Jan-03 9:36 
Which are you insinuating being faster? Obviously, these types of sorting functions have been implemented already in the different algorythms (I am still reading the book) and to my knowledge nothing has been done about the MFC collections in this regard. So certainly, for this purpose vector would be coded quicker. But I am trying to compare their relative features (you can't serialize a vector without adding the extra code can you?). And to me, if you can predefine the size of the array and move relatively contiguously down its elements, it appears that it is actually faster using the CArray::SetAt() than vector. This is the purpose of my excersize, to see where the benefits are so I can choose my usage wisely.

Has anyone done tests of this nature and published the results and code?

Thank you
John
GeneralRe: STL vs. MFC Pin
Christian Graus6-Jan-03 10:08
protectorChristian Graus6-Jan-03 10:08 
GeneralRe: STL vs. MFC Pin
Tim Smith6-Jan-03 10:12
Tim Smith6-Jan-03 10:12 
GeneralRe: STL vs. MFC Pin
lpvoid7-Jan-03 2:49
lpvoid7-Jan-03 2:49 
GeneralRe: STL vs. MFC Pin
Christian Graus7-Jan-03 9:37
protectorChristian Graus7-Jan-03 9:37 
GeneralRe: STL vs. MFC Pin
lpvoid8-Jan-03 1:54
lpvoid8-Jan-03 1:54 
GeneralRe: STL vs. MFC Pin
Tim Smith6-Jan-03 10:09
Tim Smith6-Jan-03 10:09 
GeneralRe: STL vs. MFC Pin
User 98858-Jan-03 9:47
User 98858-Jan-03 9:47 
GeneralRe: STL vs. MFC Pin
Christian Graus8-Jan-03 10:01
protectorChristian Graus8-Jan-03 10:01 
GeneralRe: STL vs. MFC Pin
User 98858-Jan-03 10:11
User 98858-Jan-03 10:11 
GeneralRe: STL vs. MFC Pin
lpvoid10-Jan-03 4:44
lpvoid10-Jan-03 4:44 
GeneralRe: STL vs. MFC Pin
Christian Graus10-Jan-03 9:33
protectorChristian Graus10-Jan-03 9:33 
GeneralRe: STL vs. MFC Pin
lpvoid10-Jan-03 13:05
lpvoid10-Jan-03 13:05 
GeneralRe: STL vs. MFC Pin
Tim Smith6-Jan-03 9:57
Tim Smith6-Jan-03 9:57 
GeneralRe: STL vs. MFC Pin
lpvoid7-Jan-03 2:52
lpvoid7-Jan-03 2:52 
GeneralRe: STL vs. MFC Pin
valikac6-Jan-03 16:10
valikac6-Jan-03 16:10 
GeneralRe: STL vs. MFC Pin
lpvoid7-Jan-03 3:00
lpvoid7-Jan-03 3:00 
GeneralRe: STL vs. MFC Pin
valikac7-Jan-03 4:43
valikac7-Jan-03 4:43 

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.