Search:

Type: Posts; User: zikje

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,336

    stl multimap results

    I use a multimap with values and key's. When I search for a key I might get multiple results (multimap). How do I do that? I know how to search for one item using the key value. How do you do that...
  2. Replies
    0
    Views
    1,864

    PocketPC read out GPS coordinates

    Hello,

    I'm currently working on a hiking application which needs some GPS coordinates. I've heard you have to read out a socket. On that socket are the gps coordinates of the device you use. In my...
  3. Replies
    3
    Views
    807

    Yes. Categories contains CMapCategory object, and...

    Yes. Categories contains CMapCategory object, and each CMapCategory object contains a vector with CMapLayer objects. But I've solved the problem now: constructor and operator= were incorrect. vector...
  4. Replies
    3
    Views
    807

    STL Vector problem

    I use a vector to store data:

    vector<CMapLayer> gisInfoLayers;
    gisInfoLayers.push_back(CMapLayer(_T("Huidige positie"), _T("c01s01"), _T("c01s01icon"), true)); ...
  5. Replies
    4
    Views
    4,809

    When I uncomment the CArray lines in following...

    When I uncomment the CArray lines in following code: the error doesn't occur, so those are the lines:

    CMapCategory::CMapCategory(const CMapCategory& mapCategory) {
    this->sIconRef =...
  6. Replies
    4
    Views
    4,809

    Error 1 error C2248: 'CObject::operator =' :...

    Error 1 error C2248: 'CObject::operator =' : cannot access private member declared in class 'CObject' C:\Program Files\Microsoft Visual Studio 8\VC\ce\atlmfc\include\afxtempl.h 324

    The error...
  7. Replies
    4
    Views
    4,809

    Copy Constructor with classmember CArray

    I keep getting C2248 error messages in Visual Studio 2005. I have solved previous problems with this error, by creating an copy constructor for CMapLayer. The program is displaying and changing an...
Results 1 to 7 of 7