Search:

Type: Posts; User: mkeef

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,026

    Add-Remove Programs

    I used an installer or uninstaller that messed up my Add/Remove Programs feature in my control panels. When I click on Add-Remove Programs now it gives me a window with nothing on it but a close...
  2. Thread: Char input

    by mkeef
    Replies
    3
    Views
    2,073

    Thanks, it works great. Is there a Wide...

    Thanks, it works great.
    Is there a Wide character equivalent to this function for UNICODE
  3. Replies
    12
    Views
    2,876

    I posted the question elsewhere and they said to...

    I posted the question elsewhere and they said to use
    #include <conio.h>

    void main()
    {
    char c;
    c = getch();
    }

    I have not tried it yet.....
  4. Replies
    12
    Views
    2,876

    I am trying to use these functions too. If you...

    I am trying to use these functions too. If you use

    setbuf(stdin,NULL);

    Then where is your char that the user typed?
    It doen't seem wait for the char to be typed?
    I tryed this

    char...
  5. Thread: Char input

    by mkeef
    Replies
    3
    Views
    2,073

    Char input

    How can I get a charactor from the commandline without waiting for a carriage return. gets/getchar/cin/scanf, takes in a char, but the user has to hit return before it will continue. I want to take...
Results 1 to 5 of 5