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

Search:

Type: Posts; User: MTom

Search: Search took 0.04 seconds.

  1. Replies
    18
    Views
    7,905

    http://www.sgi.com/tech/stl/table_of_contents.html...

    http://www.sgi.com/tech/stl/table_of_contents.html
    http://www.fifi.org/doc/gcc-3.0-base/libstdc++/html_user/namespacestd.html

    I find these sites very usefull
  2. Replies
    16
    Views
    1,409

    Re: std::map key values

    1. If you use unsigned int as key and i is the MAX value of unsigned int, then i++ is 0

    2. When you remove a job, delete the greatest key and insert its job at the key of deleted job. for new...
  3. mikedershowitz: What do you mean? Please...

    mikedershowitz: What do you mean?

    Please Explain
  4. Complicated use of Hash_maps (or something else)

    I'm working on a "Scripting Engine" of my, and i'm having problems with something:

    My engine has object structure like that:



    File
    File.Open()
    ...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured