I want to read in a table from a .txt file into a program. The table's columns are separated by a single space each. But the program can't read the indentations properly and the first digit in the first column is somehow attached to the string in the second column. How do I correct this? I used <fstream.h>