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

Search:

Type: Posts; User: LeonsBuddyDave

Search: Search took 0.03 seconds.

  1. Re: Iterating Through a Map Within a Map

    Thank you very much.
  2. Iterating Through a Map Within a Map

    I have a map of maps but I'm not sure how to iterate through the inner one.

    Here's what I have so far:

    The type:


    // It's a map...of maps. INCEPTION
    typedef map <string, map <string,...
  3. Debug compiles, Release doesn't: _ITERATOR_DEBUG_LEVEL?

    I want to test an early version of my program on a different machine, so I switched the solution to Release. Trying to compile this, I get a bunch of linker errors that all end the same:


    ...
  4. Replies
    1
    Views
    915

    Re: Creating CImg from a Boost Path

    Nevermind, managed to hack together a solution. Involves c_str() if anyone has a similar problem.
  5. Replies
    1
    Views
    915

    Creating CImg from a Boost Path

    Hey, I've been using higher-level languages for years, but I've recently taken a foray into C++ and I'm running into some issues. xp

    In a project I'm working on, I'm trying to create a CImg...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured