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

C / C++ / MFC

 
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 
Robert Edward Caldecott wrote:
It is true that the STL that ships with VC6 is rubbish. However, you can rectify this by downloading STLPort - it's free and the implementation is very highly praised.


There is an other reason not to use STL, it's not available for many CE devices.



Robert Edward Caldecott wrote:
If you are sticking to one library because you don't want to "mix" code, then you are, in my opinion, shooting yourself in the foot. Really, what difference does it make? A few extra KB on your EXE? Big deal!


It makes the code more readable if i stick to one library. Also there is often a performance penality. std::string -> char* -> CString conversions are pretty common.

Please also read this post: http://www.codeproject.com/script/comments/forums.asp?forumid=1647&select=1369083&df=100&fr=13.5#xx1369083xx[^]
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 
GeneralRe: STL and CE Pin
toxcct13-Feb-06 4:36
toxcct13-Feb-06 4:36 
GeneralRe: STL and CE Pin
Andre xxxxxxx13-Feb-06 4:40
Andre xxxxxxx13-Feb-06 4:40 
GeneralRe: STL and CE Pin
Jonas Larsson13-Feb-06 5:27
Jonas Larsson13-Feb-06 5:27 
GeneralRe: STL and CE Pin
Andre xxxxxxx13-Feb-06 5:44
Andre xxxxxxx13-Feb-06 5:44 
GeneralRe: STL in MFC projects, why??? Pin
Rob Caldecott13-Feb-06 4:03
Rob Caldecott13-Feb-06 4:03 
GeneralRe: STL in MFC projects, why??? Pin
Nemanja Trifunovic13-Feb-06 4:11
Nemanja Trifunovic13-Feb-06 4:11 
GeneralRe: STL in MFC projects, why??? Pin
Rob Caldecott13-Feb-06 4:14
Rob Caldecott13-Feb-06 4:14 
QuestionRe: STL in MFC projects, why??? Pin
David Crow13-Feb-06 7:12
David Crow13-Feb-06 7:12 
AnswerRe: STL in MFC projects, why??? Pin
Rob Caldecott13-Feb-06 7:34
Rob Caldecott13-Feb-06 7:34 
GeneralRe: STL in MFC projects, why??? Pin
David Crow13-Feb-06 8:06
David Crow13-Feb-06 8:06 
GeneralRe: STL in MFC projects, why??? Pin
Andre xxxxxxx13-Feb-06 4:14
Andre xxxxxxx13-Feb-06 4:14 
GeneralRe: STL in MFC projects, why??? Pin
Rob Caldecott13-Feb-06 4:25
Rob Caldecott13-Feb-06 4:25 
GeneralRe: STL in MFC projects, why??? Pin
Nemanja Trifunovic13-Feb-06 4:35
Nemanja Trifunovic13-Feb-06 4:35 
GeneralRe: STL in MFC projects, why??? Pin
BadKarma13-Feb-06 4:20
BadKarma13-Feb-06 4:20 

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.