Click here to Skip to main content
16,005,343 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Network logins Pin
Jon Hulatt24-Feb-02 22:08
Jon Hulatt24-Feb-02 22:08 
GeneralSTL/for_each/templated function question Pin
Christian Graus24-Feb-02 17:06
protectorChristian Graus24-Feb-02 17:06 
GeneralRe: STL/for_each/templated function question Pin
Paul M Watt24-Feb-02 17:17
mentorPaul M Watt24-Feb-02 17:17 
GeneralRe: STL/for_each/templated function question Pin
Christian Graus24-Feb-02 17:25
protectorChristian Graus24-Feb-02 17:25 
GeneralRe: STL/for_each/templated function question Pin
Paul M Watt24-Feb-02 17:37
mentorPaul M Watt24-Feb-02 17:37 
GeneralRe: STL/for_each/templated function question Pin
Joaquín M López Muñoz24-Feb-02 20:03
Joaquín M López Muñoz24-Feb-02 20:03 
QuestionSTL from MS oder SGI? Pin
Travis D. Mathison24-Feb-02 15:46
Travis D. Mathison24-Feb-02 15:46 
AnswerRe: STL from MS oder SGI? Pin
Paul M Watt24-Feb-02 15:55
mentorPaul M Watt24-Feb-02 15:55 
I prefer the SGI STL implementation.

A while back I created a test program to compare STL versus MFC's container classes, and MFC's classes kicked butt over STL, that is the STL that is included with DevStudio. Then I recompiled the program with SGI's version and the competition was feirce depending on the way that the container was used. Sometimes STL was more efficient, others it was MFC container classes, which is to be expected.

The SGI implementation supports other classes that I don't think are in the standard yet. One of my favorite classes in the SGI implementation is the hashmap and hashset, this is used in the exact same way that the map and set are used, but the underlying representation is a hash table rather than a table.

I could not find what you were talking about between depricated and new, could you give more details on that?
GeneralRe: STL from MS oder SGI? Pin
Travis D. Mathison24-Feb-02 16:06
Travis D. Mathison24-Feb-02 16:06 
AnswerRe: STL from MS oder SGI? Pin
Christian Graus24-Feb-02 15:54
protectorChristian Graus24-Feb-02 15:54 
GeneralRe: STL from MS oder SGI? Pin
Travis D. Mathison24-Feb-02 16:06
Travis D. Mathison24-Feb-02 16:06 
QuestionCFileDialog and printing different views? Pin
Craig Miller24-Feb-02 13:06
Craig Miller24-Feb-02 13:06 
AnswerRe: CFileDialog and printing different views? Pin
Roger Allen25-Feb-02 3:16
Roger Allen25-Feb-02 3:16 
GeneralRe: CFileDialog and printing different views? Pin
Craig Miller25-Feb-02 12:03
Craig Miller25-Feb-02 12:03 
GeneralOpenGL with MDI application Pin
Rajveer24-Feb-02 10:58
Rajveer24-Feb-02 10:58 
GeneralRe: OpenGL with MDI application Pin
Derek Waters24-Feb-02 11:46
Derek Waters24-Feb-02 11:46 
QuestionSubclassing...?? Pin
alex.barylski24-Feb-02 9:35
alex.barylski24-Feb-02 9:35 
AnswerRe: Subclassing...?? Pin
Steen Krogsgaard24-Feb-02 10:14
Steen Krogsgaard24-Feb-02 10:14 
GeneralRe: Subclassing...?? Pin
alex.barylski24-Feb-02 14:49
alex.barylski24-Feb-02 14:49 
GeneralRe: Subclassing...?? Pin
Jeremy Falcon24-Feb-02 15:26
professionalJeremy Falcon24-Feb-02 15:26 
AnswerRe: Subclassing...?? Pin
Paul M Watt24-Feb-02 15:33
mentorPaul M Watt24-Feb-02 15:33 
GeneralCreating 256-color icons Pin
Kei24-Feb-02 9:36
Kei24-Feb-02 9:36 
GeneralRe: Creating 256-color icons Pin
Paul M Watt24-Feb-02 15:20
mentorPaul M Watt24-Feb-02 15:20 
GeneralPrinting hex using std::ofstream Pin
nay24-Feb-02 9:36
nay24-Feb-02 9:36 
GeneralRe: Printing hex using std::ofstream Pin
Paul M Watt24-Feb-02 15:40
mentorPaul M Watt24-Feb-02 15:40 

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.