D
DerekBaker
Why does this code only give Value = "Microsoft":
istringstream is(Dest);
is >> Value;
where Value is a string& and Dest a char* holding "Microsoft Sans Serif"
istringstream is(Dest);
is >> Value;
where Value is a string& and Dest a char* holding "Microsoft Sans Serif"