How would I go about writing a function that reads a data file in and split it up into separate words? This is in C and not C++ by the way.
Refer to the following articles [thread=1323]File Handling in C - File Pointers[/thread] [thread=1268]File Splitter and Merger[/thread]