Search:

Type: Posts; User: jimblumberg

Search: Search took 0.03 seconds.

  1. Your trash is probably being caused by this...

    Your trash is probably being caused by this snippet.


    case 'H': system("cls");
    viewCus(x, y, count);
    count=count+1;
    ...
  2. There are a couple of things wrong with the...

    There are a couple of things wrong with the following snippet:


    fflush(stdin);
    printf("\nEnter Customer ID: ");
    gets(id);


    First fflush() is not defined in the...
Results 1 to 2 of 2