Hacker News new | ask | show | jobs
by e4m 6221 days ago
I find it easy. The bad thing about c++ is its size. It's large and that tends to make it complex. However, I find that I only use about 40 to 60 percent of what c++ can actually do. Focus on the parts that you use and you'll find a lot of the complexity goes away.
1 comments

One problem is that if you work with other people in c++, the 40 to 60 percent they use won't necessarily overlap with yours.
If you work with other people, the odds of their C++ code being utterly broken, inefficient and dangerous is 99% ;-)
Hey, I was showing restraint. ;)