Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
wmu
on April 13, 2016
|
parent
|
context
|
favorite
| on:
Why would you learn C++ in 2016?
I would add namespaces to your list. They're extremely useful to organize entities of a program. No more prefixes to functions and types names.
Also enum classes are pretty useful. Unlike old enums, the labels do not pollute an outer scope.
Consider applying for YC's W25 batch! Applications are open till Nov 12.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Also enum classes are pretty useful. Unlike old enums, the labels do not pollute an outer scope.