|
|
|
|
|
by throwaway74829
1294 days ago
|
|
Full disclosure: I don't work with C++ anymore. You don't have to keep up with all the stuff it adds. If you actually need a certain thing C++ has added -- that you're unaware of -- you'll naturally find it when you go looking for it. Otherwise, it's best to just stick with the feature-set that you know. KISS/YAGNI/if it ain't broke, don't fix it (but if it is broke, find a better way). Et other cliches. |
|