See what I'm trying to do? Get the 2 numbers and then move on to snag the chars.
I've tried reading them all into a char vector and then casting the first 2 elements (0 & 1) as integers but that didn't work (despite casting in either C or C++ style--bad idea, sure, but i was experimenting).