Search:

Type: Posts; User: CrustyDiaperNos

Search: Search took 0.01 seconds.

  1. Replies
    14
    Views
    1,636

    Sorry works fine for me. Though I do have other...

    Sorry works fine for me. Though I do have other code in there besides just what I showed, but I don't remember it offhand. I'm on the wrong computer right now.

    Brendan
  2. Replies
    14
    Views
    1,636

    Well, actually keyPressed is just a variable. I...

    Well, actually keyPressed is just a variable. I made my own gotoxy() function, works quite well. With the keyPressed thing:



    int keyPressed = GetKey();

    ...

    int GetKey()
    {
  3. Replies
    8
    Views
    3,341

    I can't compile that, none of the include files i...

    I can't compile that, none of the include files i have contain the gotoxy() function or clrscr() function. Oh well, it looked interesting, if that helps...

    Brendan
  4. Replies
    19
    Views
    3,434

    I had no issues with ASCII stuff, maybe it's just...

    I had no issues with ASCII stuff, maybe it's just me. The random thing yes needs work, but all in all it's a nice program. My first calculator program was, needless to say, pathetic. Very good! ...
  5. Replies
    22
    Views
    3,153

    Im gonna look at it later, but on this computer...

    Im gonna look at it later, but on this computer thigs that initialize into fullscreen usually crash the computer (ive tried yours already) so ill switch later. ill tell ya what i think
  6. Ok, lets try that then... void...

    Ok, lets try that then...



    void SetPoint(Point * pt, int x, int y)
    {
    ...
    }
Results 1 to 6 of 6