Search:

Type: Posts; User: Spamtacus

Search: Search took 0.00 seconds.

  1. Actually something does change, you're now...

    Actually something does change, you're now getting a number instead of nothing....the question is..is the number what you're looking for..

    btw, I sent you a PM...
  2. Unfortunately, I do not know how to do what...

    Unfortunately, I do not know how to do what you're trying to do, like yourself, I'm a newbie at C as well...but I'd also like to know how to do that ...
    Question though...why do you have ! infront...
  3. Putting them in an array to read out on screen? ...

    Putting them in an array to read out on screen?

    First you have to print out the header, which I assume you would like to do?

    To print the header you use the fscanf with strings only (%s) and...
  4. With respect to your filename calling it should...

    With respect to your filename calling it should be something like this...


    printf("Please enter filename: ");
    scanf("%s", Your_Filename);


    Your_Pointer =...
Results 1 to 4 of 4