try operator >> as mentioned earlier getline reads until the new line character '\n' and operator >> reads until the next white space ( space , tab , newline , ect.. )
Ok, I think I'm going crazy and over analyzing all this. I figured it out. I essentially imported the file into a INT array and typecasted it out. Thanks all for helping.