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

C / C++ / MFC

 
AnswerRe: how to exchange large string between any prog and dll Pin
Rage13-Feb-06 3:45
professionalRage13-Feb-06 3:45 
AnswerRe: how to exchange large string between any prog and dll Pin
James R. Twine13-Feb-06 4:12
James R. Twine13-Feb-06 4:12 
GeneralRe: how to exchange large string between any prog and dll Pin
BadKarma13-Feb-06 4:57
BadKarma13-Feb-06 4:57 
JokeRe: how to exchange large string between any prog and dll Pin
James R. Twine13-Feb-06 7:31
James R. Twine13-Feb-06 7:31 
GeneralRe: how to exchange large string between any prog and dll Pin
BadKarma13-Feb-06 8:33
BadKarma13-Feb-06 8:33 
QuestionMulti architecture setup Pin
Allad13-Feb-06 3:30
Allad13-Feb-06 3:30 
QuestionSTL in MFC projects, why??? Pin
Andre xxxxxxx13-Feb-06 2:54
Andre xxxxxxx13-Feb-06 2:54 
AnswerRe: STL in MFC projects, why??? Pin
toxcct13-Feb-06 3:04
toxcct13-Feb-06 3:04 
first of all, STL is the Standard C++ library, which means it compiles on every plateform (windows, linux, mac, solaris, etc...) without changing the code, but only recompiling...

secondly, MFC are targetted for windows, and most of the classes provided there are wrappers, which means they provides some additionnal layers (which may result in more slow code).

and finnaly, MFC classes are generally usd for display purpose (GUI oriented at least), while STL are for background treatments (controler layer of MVC model).

any more questions ?


TOXCCT >>> GEII power
[toxcct][VisualCalc 2.20][VCalc 3.0 soon...]
GeneralRe: STL in MFC projects, why??? Pin
Andre xxxxxxx13-Feb-06 3:40
Andre xxxxxxx13-Feb-06 3:40 
GeneralRe: STL in MFC projects, why??? Pin
toxcct13-Feb-06 3:51
toxcct13-Feb-06 3:51 
GeneralRe: STL in MFC projects, why??? Pin
Andre xxxxxxx13-Feb-06 4:01
Andre xxxxxxx13-Feb-06 4:01 
GeneralRe: STL in MFC projects, why??? Pin
Rob Caldecott13-Feb-06 4:05
Rob Caldecott13-Feb-06 4:05 
GeneralRe: STL in MFC projects, why??? Pin
toxcct13-Feb-06 4:10
toxcct13-Feb-06 4:10 
GeneralRe: STL in MFC projects, why??? Pin
Andre xxxxxxx13-Feb-06 4:22
Andre xxxxxxx13-Feb-06 4:22 
GeneralRe: STL in MFC projects, why??? Pin
Eytukan13-Feb-06 4:58
Eytukan13-Feb-06 4:58 
GeneralRe: STL in MFC projects, why??? Pin
ThatsAlok14-Feb-06 19:56
ThatsAlok14-Feb-06 19:56 
AnswerRe: STL in MFC projects, why??? Pin
David Crow13-Feb-06 3:09
David Crow13-Feb-06 3:09 
GeneralRe: STL in MFC projects, why??? Pin
Andre xxxxxxx13-Feb-06 3:45
Andre xxxxxxx13-Feb-06 3:45 
GeneralRe: STL in MFC projects, why??? Pin
Rage13-Feb-06 3:48
professionalRage13-Feb-06 3:48 
GeneralRe: STL in MFC projects, why??? Pin
Andre xxxxxxx13-Feb-06 4:06
Andre xxxxxxx13-Feb-06 4:06 
GeneralRe: STL in MFC projects, why??? Pin
Rob Caldecott13-Feb-06 4:08
Rob Caldecott13-Feb-06 4:08 
GeneralSTL and CE Pin
Andre xxxxxxx13-Feb-06 4:31
Andre xxxxxxx13-Feb-06 4:31 
GeneralRe: STL and CE Pin
Rob Caldecott13-Feb-06 4:34
Rob Caldecott13-Feb-06 4:34 
GeneralRe: STL and CE Pin
Andre xxxxxxx13-Feb-06 4:39
Andre xxxxxxx13-Feb-06 4:39 
GeneralRe: STL and CE Pin
Rob Caldecott13-Feb-06 4:42
Rob Caldecott13-Feb-06 4:42 

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.