Forum Navigation
Reading a line longer than 16 384
Moderators:
kris
Posted: 04/28/07 17:32:38DeviceConduit?'s buffer size is 1024 * 16, or 16 384. This means, among other things, that there's no way to read a line longer than that from stdin, at least not through Cin.
Or then, I just can't find such a way. But I think this is something that should work by default, or this limitation should be clearly displayed somewhere.