Search:

Type: Posts; User: smartperson

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,031

    thanks ill check it out

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

    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,290

    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,290

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

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

    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,105

    Would that be slower than BGI?

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

    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