Search:

Type: Posts; User: smartperson

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,018

    thanks ill check it out

    thanks ill check it out
  2. Replies
    2
    Views
    1,018

    Installing Mandrake 9

    I'm trying to install Linux on my computer with winXP. (STUPID STUPID STUPID WINDOWS!!!!)

    Anyway, it said to just restart and boot from the CD. I did that, and it gave me a message like "BOOTING...
  3. Replies
    10
    Views
    1,282

    wouldn't it just read the character as its...

    wouldn't it just read the character as its integer equivalent?
  4. Replies
    10
    Views
    1,282

    do{ cin >>answer; }while (answer>5);

    do{
    cin >>answer;
    }while (answer>5);
  5. Replies
    9
    Views
    2,266

    if kbhit() { char dir=getch(); if (dir==72)...

    if kbhit()
    {
    char dir=getch();

    if (dir==72)
    x--;

    }

    ...etc.
  6. You can also use the gotoxy(x,y) function to go...

    You can also use the gotoxy(x,y) function to go to a specific cell on the screen. I think that's in conio.h
  7. Use modulos. And next time, ask your teacher if...

    Use modulos. And next time, ask your teacher if you have trouble.
  8. Replies
    9
    Views
    1,097

    Would that be slower than BGI?

    Would that be slower than BGI?
  9. Replies
    8
    Views
    1,363

    maybe if you set the width to 80 and right...

    maybe if you set the width to 80 and right aligned

    EDIT: ie cout.width=80;
Results 1 to 9 of 9