LOL, Thanks for you advice Roy but TIA means "Thanks In Advance".
Anyways... I prefer to see code examples because Im still learning c/c++ and I feel I get more out of it examining code.
I wrote a converter in perl & php and now I need to port it to C/C++.
Is there anything like...
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.