StringStream

  • + 6 comments

    Hey, great explanation, that cleared out some stuff, could you please explain why this code fails when the numbers are separated by a space, rather than a comma?
    I assume it is because ss thinks the string ended because space is \0. Is that correct?