Search:

Type: Posts; User: Punkture

Search: Search took 0.00 seconds.

  1. How can you tell if the input buffer is empty?

    if (getch() != EOF)
    getch();


    Basically if the buffer is empty, then good, but if it's not then I want to do the getch() (there would only be 1 thing in the buffer so this would work...
  2. Replies
    8
    Views
    2,176

    I'm using mainly Windows 98 to develop and...

    I'm using mainly Windows 98 to develop and sometimes WinXp with Visual Studio 6.0.

    Any idea's?
  3. Replies
    8
    Views
    2,176

    Using the arrow keys

    Is there an ASCII number for the arrow keys on your keyboard?

    Right now I'm using the num pad arrows (8 - Up,2 - Down,4 - Left,6 - Right) and it would be ideal to use the real arrows.

    Is there...
  4. Shouldn't the array index be i not count?

    Shouldn't the array index be i not count?
  5. Replies
    6
    Views
    1,108

    Okay, no function, so could you guys set me on...

    Okay, no function, so could you guys set me on the right direction on how I could go about accomplishing it?
  6. Replies
    6
    Views
    1,108

    I'm using Microsoft C++ 6.0 and developing it on...

    I'm using Microsoft C++ 6.0 and developing it on mainly Win98 but maybe WinXP as well.
  7. Replies
    6
    Views
    1,108

    Monitoring input

    Is there a way to monitor input in C? I'm looking for something similar to the INKEY$ function in QBasic where it looks input in a loop.

    I know of getchar(), but you have to enter \n (new line) to...
  8. Thread: Changing font

    by Punkture
    Replies
    3
    Views
    1,136

    Bump! Any other info from anyone? I looked on...

    Bump! Any other info from anyone?

    I looked on MSDN but didn't find a language reference for C!
  9. Thread: Changing font

    by Punkture
    Replies
    3
    Views
    1,136

    Changing font

    Is there any way you can change the font that is outputted in the console window?
  10. Replies
    2
    Views
    1,049

    Displaying a bmp - How to do it

    Yes, I know it's in the FAQ but I have a question about it. This is my final year in high school and we were just introduced to C so I'm really just exploring its limits.

    I want to display a BMP...
  11. Replies
    3
    Views
    1,519

    Any idea on how I could go about to do it? I'm...

    Any idea on how I could go about to do it?

    I'm using the Microsoft Visual Studio 6.0!!
  12. Thread: Console Size

    by Punkture
    Replies
    2
    Views
    2,701

    Console Size

    Any way to increase the console size so I can have more than 24 vertical lines and 81 horizontal?
  13. Replies
    3
    Views
    1,519

    Increasing the console size

    Any way to increase the console size so I can have more than 24 vertical lines and 81 horizontal?
  14. Replies
    3
    Views
    3,814

    Clear Screen Function?

    Is there a clear screen function similar to that of CLS in Qbasic?
  15. Thread: Drawing lines

    by Punkture
    Replies
    2
    Views
    1,580

    Drawing lines

    How do you draw lines (just simple graphics) in C? I've got a project coming up and it's a game so this would be helpful.

    Thanks
Results 1 to 15 of 15