10 Apr
2005
10 Apr
'05
8:04 p.m.
Jonathan Turkanis wrote:
Jonathan Turkanis wrote:
fstream fin(filename.c_str(), ios_base::in); tuple
test; fin>>test; It's not clear what you're trying to do do here. If I saw this code in isolation, I'd guess you were trying to deserialize a tuple containing three strings.
I meant three stringstreams.
Oy! I meant four stringstreams. I guess I should go back to sleep.
Jonathan