How would I put an entire file into an array in C... where each line is an element in the array?
In perl or php its just file() ... Plus, how do I grab a certain amount of characters from that line?
For instance in PHP I would do this:
// Opens the file specified
$fp = @fopen($nsffile...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.