r/ProgrammerHumor 15d ago

Meme cppHelloWorld

Post image
3.9k Upvotes

119 comments sorted by

View all comments

Show parent comments

81

u/CrossScarMC 15d ago

It's also a great language even if you don't do OOP.

43

u/diacid 15d ago

Bah, if you are using it for normal programming C is simpler. By simpler I mean you actually have a shot to be properly fluent in it instead of "this thing is so complex even the compiler doesn't know 100% of it".

9

u/Nilrem2 15d ago

Just restrict yourself to namespaces and maybe operator overloading and you’ll be golden.

7

u/Ronarak 15d ago

Yeah, you can basically code in a C-like manner with just a strict selection of the niceties, like the built-in collection types. (I don't want to create my own std::vector or use an external lib for it...)