Search:

Type: Posts; User: taran

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    2,165

    Hi, my suggestion would be to try the following:...

    Hi,
    my suggestion would be to try the following:

    int main()
    {
    char c;
    while(!kbhit('c')){}

    printf("you pressed a key");
  2. hi, the difference between i++ and ++i is that...

    hi,
    the difference between i++ and ++i is that if the i++ (or ++i) is used in an expression, i++ will cause i to be used in the expression then incremented, wheras ++i will increment i and then use...
Results 1 to 2 of 2