Hello Every one,
I am having trouble finding my correct condition to not run off the end of my file. So i am reading from a file and then tokenizing my data accordingly. My file has 16 lines and using my size function i get 18 lines instead since i have 2 blank lines at the end of the file. So, my code is reading this file tokenizing each line perfectly, my problem is that i can not stop at right place so if would not run off the end, i keep getting bus error and segmentation fault errors.. I am really confused. Thank you, Monte.