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

Search:

Type: Posts; User: 2kaud

Search: Search took 0.23 seconds.

  1. Replies
    16
    Views
    12,567

    Re: std::set and struct - can they work together?

    With what about which????:confused:
  2. Replies
    16
    Views
    12,567

    Re: std::set and struct - can they work together?

    As your struct my_struct contains a member p which is a pointer, be careful if you haven't defined default constructor, copy constructor, destructor and operator= for my_struct.:eek:

    For your...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured