CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: egawtry

Search: Search took 0.02 seconds.

  1. Replies
    15
    Views
    11,500

    Re: Creating objects with functions.

    That is because you can do a simple qsort without much difficulty. Why complicate things with STL?

    I bet you are one of those who tries to pass C++ objects from a DLL. :-)

    -Erik
  2. Replies
    15
    Views
    11,500

    Re: Creating objects with functions.

    Yes. MFC has CMap with Hash members and a template class HashKey.

    MFC has been around for so long that it has everything if you just dig a bit. ;-)

    -Erik
  3. Replies
    15
    Views
    11,500

    Re: Creating objects with functions.

    In a way. It is obscure, I haven't used one since 1986 when I first learned C++. I realized what is was after writing the reply. I have been using C++ in primarily Windows development since 1991,...
  4. Replies
    15
    Views
    11,500

    Re: Creating objects with functions.

    Hmm, I have been using C++ for 25 years, and I don't know what a "vector" is. Must be a pretty obscure part of the language.

    You seem to be making things way more complicated than they need to...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured