[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [PROPOSAL 5.4] alternate way of format/pack/unpack (in the string library)
- From: steve donovan <steve.j.donovan@...>
- Date: Sat, 27 May 2017 11:43:53 +0200
On Fri, May 26, 2017 at 5:44 PM, Javier Guerra Giraldez
<javier@guerrag.com> wrote:
> Am I the only one that thinks iostream is the second ugliest part of C++?
You're not alone. We don't use it - too big and involved for embedded
targets. It's very fussy when you want to get exact output, and as for
input ... well, it's a disaster since there's no straightforward
propagation of errors.