Hacker News new | ask | show | jobs
by sebastic 3738 days ago
Please stop using C-style casts. It's 2016. C++ != C. Unlearn what you have learned.
1 comments

'idiomatic C++' != C
Idiomatic C++ is not well defined. There are so many possible ways to write C++ code that you should be skeptical if somebody promotes one version is the true one.