lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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.