Search:

Type: Posts; User: yezaim

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,929

    Thanks grumpy!! I got the idea with...

    Thanks grumpy!!

    I got the idea with containers. Adding the const in the c_str worked, I just had to change an internal iterator to a const_iterator. I'm still having a segmentation fault with the...
  2. Replies
    4
    Views
    1,929

    auto_ptr and const atributes in stl container

    Dear all,

    I'm having an issue using auto_ptr inside a container. I have a std::map with the following format:


    typedef map<date, const MediatorEvent *> AtributeMap; // date is...
Results 1 to 2 of 2