▲ | MathMonkeyMan 15 hours ago | ||||||||||||||||
C++ is a lot of fun, and there exist many compelling subsets, but the language as a whole is a minefield that you need years of experience to navigate, and probably can never master. | |||||||||||||||||
▲ | nightowl_games 14 hours ago | parent [-] | ||||||||||||||||
Kinda. The vast majority of c++ I encounter is simple orthodox c++. No one I know cares about new features in c++ and bemoans having to ever write a template. No one really cares about bulletproofing types, ie: copy/move constructors and all that stuff. I'm sure it's different at big companies but the vast vast majority of c++ is just simple procedural code. | |||||||||||||||||
|