[OT] initialisation in C++
Ola Fosheim Grøstad via Digitalmars-d
digitalmars-d at puremagic.com
Mon Jun 12 02:08:18 PDT 2017
On Monday, 12 June 2017 at 08:37:14 UTC, Nicholas Wilson wrote:
> Rings very much of Scott Meyer's 2014 dconf talk.
> I knew it was bad but I didn't think it was that bad!
It isn't all that bad in practice, but you need an IDE to write
C++ code... Basically, the type checking in C++ is somewhat weak
because of backwards compatibility, but a decent IDE will for the
common case add stronger typing hints for you.
More information about the Digitalmars-d
mailing list