Search:

Type: Posts; User: Elysia

Search: Search took 0.18 seconds.

  1. Replies
    15
    Views
    2,253

    My skin starts to crawl when people try to make...

    My skin starts to crawl when people try to make any other games than text-based ones on the console.
    And you still have not even acknowledged whether you are are stuck in the past or gone modern.
  2. Replies
    15
    Views
    2,253

    What? GetCursorPos gets the current coordinates...

    What?
    GetCursorPos gets the current coordinates where the mouse (pointer) is.
    SetCursorPos moves the mouse (pointer).
  3. Replies
    15
    Views
    2,253

    Better would be, std::cout

    Better would be,
    std::cout << "X: " << Coord.x << " Y: " << Coord.y << "\n";
    Since this is C++, after all.

    Anyway, I recommend you ditch this approach and VC++ 6 (why do you use such an old...
Results 1 to 3 of 3