Search:

Type: Posts; User: themish

Search: Search took 0.00 seconds.

  1. Replies
    22
    Views
    2,581

    Kermi: lol, haha, i forgot to type them in. I am...

    Kermi: lol, haha, i forgot to type them in. I am new but I DID read your sticky...Thanks for doing it for me.
  2. Replies
    22
    Views
    2,581

    #include int x; void input();...

    #include <iostream.h>

    int x;
    void input();
    int main()
    {
    input();
    cout << x;
    return 0;
    }
  3. Thread: get key

    by themish
    Replies
    1
    Views
    916

    get key

    Hi, I'm programming with Visual C++, makeing a win32 console app, I am pretty new at this and I gotta make an animated final project. I would like my program to recognise what button has been...
Results 1 to 3 of 3