Search:

Type: Posts; User: void_main

Search: Search took 0.01 seconds.

  1. Replies
    12
    Views
    2,778

    I'd recommend using an std::map instead of the 2d...

    I'd recommend using an std::map instead of the 2d array, and just giving each room a unique "id" (and use this id as the key for the map).
  2. Replies
    1
    Views
    1,591

    http://www.arifeldman.com/games/spritelib.html ...

    http://www.arifeldman.com/games/spritelib.html

    There is a pretty good sprite library there. It has sprites for different genres (one being a platformer).
  3. Replies
    5
    Views
    1,187

    Search MSDN for "FindWindow()" and...

    Search MSDN for "FindWindow()" and "SendMessage()". That should do it.
  4. Replies
    5
    Views
    1,053

    thanks very much for the info. :)

    thanks very much for the info. :)
  5. Replies
    5
    Views
    1,053

    std::list question

    hi,

    i want to use a stl list of pointers in my program, so i made a little test application to find out exactly how much "maintenance" i need to perform on them (after removing them from the...
Results 1 to 5 of 5