[ back to toc ]

array

Date: 2002/03/27 21:04

Q:
how can I read a text file into an array?
A:
If you know how to read a line into a char [] string variable, just read
the lines into an array of such strings. Use the gets function.

regards,
Peter

[ back to toc ]