Click here to Skip to main content
15,891,657 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Needed a thesis report Pin
ThatsAlok17-Oct-05 18:28
ThatsAlok17-Oct-05 18:28 
QuestionConvert from CObject to inherited class Pin
bugDanny17-Oct-05 8:47
bugDanny17-Oct-05 8:47 
AnswerRe: Convert from CObject to inherited class Pin
PJ Arends17-Oct-05 15:40
professionalPJ Arends17-Oct-05 15:40 
GeneralRe: Convert from CObject to inherited class Pin
bugDanny18-Oct-05 5:49
bugDanny18-Oct-05 5:49 
GeneralRe: Convert from CObject to inherited class Pin
PJ Arends18-Oct-05 6:28
professionalPJ Arends18-Oct-05 6:28 
AnswerRe: Convert from CObject to inherited class Pin
John M. Drescher17-Oct-05 16:29
John M. Drescher17-Oct-05 16:29 
GeneralRe: Convert from CObject to inherited class Pin
ThatsAlok17-Oct-05 18:30
ThatsAlok17-Oct-05 18:30 
GeneralRe: Convert from CObject to inherited class Pin
John M. Drescher18-Oct-05 11:01
John M. Drescher18-Oct-05 11:01 
Two main reasons. Power and Portability. stl offers you signifigantly more power than the MFC template classes. The ability to use algorithms on your collection classes is a very nice feature. http://oopweb.com/CPP/Documents/STL/VolumeFrames.html?/CPP/Documents/STL/Volume/prw432.htm[^]

There are also way more different template (hash_maps, stacks, queues, sets ...) types than are offered with the MFCTemplates. Changing from one container type to a second usually does not require many changes at all as the iterators code is all the same. Inserts and sorting may vary though.

And portability, besides being able to use stl code on different operating systems you can also use it with your win32 or atl projects without any changes to the stl code.


John
AnswerRe: Convert from CObject to inherited class Pin
Rajesh match17-Oct-05 19:16
Rajesh match17-Oct-05 19:16 
GeneralRe: Convert from CObject to inherited class Pin
bugDanny18-Oct-05 5:47
bugDanny18-Oct-05 5:47 
GeneralRe: Convert from CObject to inherited class Pin
Rajesh match19-Oct-05 1:54
Rajesh match19-Oct-05 1:54 
QuestionC++ DLL vs MFC DLL Pin
Tom Wright17-Oct-05 8:18
Tom Wright17-Oct-05 8:18 
AnswerRe: C++ DLL vs MFC DLL Pin
ThatsAlok17-Oct-05 18:34
ThatsAlok17-Oct-05 18:34 
GeneralRe: C++ DLL vs MFC DLL Pin
Tom Wright18-Oct-05 3:53
Tom Wright18-Oct-05 3:53 
GeneralRe: C++ DLL vs MFC DLL Pin
ThatsAlok18-Oct-05 4:08
ThatsAlok18-Oct-05 4:08 
Questionget msn conversation window elements Pin
smargada17-Oct-05 7:27
smargada17-Oct-05 7:27 
AnswerRe: get msn conversation window elements Pin
David Crow17-Oct-05 7:59
David Crow17-Oct-05 7:59 
AnswerRe: get msn conversation window elements Pin
ThatsAlok17-Oct-05 18:25
ThatsAlok17-Oct-05 18:25 
GeneralRe: get msn conversation window elements Pin
smargada18-Oct-05 4:32
smargada18-Oct-05 4:32 
GeneralRe: get msn conversation window elements Pin
ThatsAlok18-Oct-05 4:38
ThatsAlok18-Oct-05 4:38 
QuestionNeed to detect logged in users - NOT using GetUserName/Ex Pin
Xori17-Oct-05 7:11
Xori17-Oct-05 7:11 
AnswerRe: Need to detect logged in users - NOT using GetUserName/Ex Pin
David Crow17-Oct-05 7:34
David Crow17-Oct-05 7:34 
GeneralRe: Need to detect logged in users - NOT using GetUserName/Ex Pin
Xori17-Oct-05 7:47
Xori17-Oct-05 7:47 
QuestionRe: Need to detect logged in users - NOT using GetUserName/Ex Pin
David Crow17-Oct-05 8:18
David Crow17-Oct-05 8:18 
GeneralRe: Need to detect logged in users - NOT using GetUserName/Ex Pin
ThatsAlok17-Oct-05 18:15
ThatsAlok17-Oct-05 18:15 

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.