I need to know how to read a number in a text file as an integer, not a string. The number is on its own line which makes it easier I'm sure, but getline() takes a "char" as an argument. I have tried Google and the board search to try and find my answer but haven't. Thanks for any help!