Search:

Type: Posts; User: AndrewHunter

Search: Search took 0.01 seconds.

  1. Oops, yes you do need to free that memory. Thanks...

    Oops, yes you do need to free that memory. Thanks Adak.
  2. Sure, you need to do something along the lines...

    Sure, you need to do something along the lines of:

    1. Open the file
    2. Check if file opened successfully
    3. while not EOF
    4. reallocate space in array
    5. read line into array
    6. repeat
    7....
Results 1 to 2 of 2