Search:

Type: Posts; User: ouagadougou

Search: Search took 0.00 seconds.

  1. Thanks for the replies. I'm back into C++...

    Thanks for the replies.
    I'm back into C++ programming after 3 years in the world of Java, so I'm re-orienting myself with the tricks of the language.

    I am using the map as a lookup table... its...
  2. How do you delete an STL map

    New to STL. Still trying to get a handle on the right way to use it.

    I have a map storing pointers to other objects:

    class EwMultiTrace: public map<unsigned long, EwTrace*>

    What is the...
Results 1 to 2 of 2