Hi,

I am a real beginner is serious need of help!!

I have written a program that opens a text file and uses getline () to write the text to an array. I have assigned line numbers to each line of the file. And now I want to read each word to the line and determine if the word is an identifier or not. I have no idea how to take the first line and read the first word. Can someone give me some clues.

Thanks