Advertisement

Data Files

Started by March 04, 2000 03:23 PM
9 comments, last by King_Over_All 24 years, 7 months ago
I don''t know about determining the size, there''s probably a function for that, but as far as the first character... I think that if you use the fopen family of functions, the call is fgetc(), I THINK. If you use the fstream functions, then it should be very similar to cout and cin instructions. Just check up on whatever family of functions you are using. (Look up the name of the open or close function, and see what other functions it lists, or look for a list of the functions in the header file you are using).

Good luck!

------------------------------
Jonathan Little
invader@hushmail.com
http://www.crosswinds.net/~uselessknowledge

This topic is closed to new replies.

Advertisement