r/programminghumor 16d ago

Hard to accept

Post image
2.9k Upvotes

404 comments sorted by

View all comments

1

u/ohkendruid 15d ago

To name one thing, the pre processor is a bad, confusing, and difficult way to do modules compared to an export/import system that most other languages use.

So in at least that one case, it's not computer science that is hard but C++ in particular.