10 Apr
2005
10 Apr
'05
7:44 p.m.
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. Jonathan