Search:

Type: Posts; User: Click_here

Search: Search took 0.03 seconds.

  1. What you should probably do is add a do/while...

    What you should probably do is add a do/while list

    i.e.


    do
    {
    ...
    printf("Or push '4' to exit...");
    ...
  2. First of all, you don't need NULL in your for...

    First of all, you don't need NULL in your for loop - You can leave that part blank

    Second, you the loop will keep going until restart is smaller than restart1 -> But they never change values
Results 1 to 2 of 2