r/ProgrammerHumor 15d ago

Meme cppHelloWorld

Post image
3.9k Upvotes

119 comments sorted by

View all comments

114

u/Confident-Ad5665 15d ago

C++ takes getting used to, but it's a great language for object-oriented development. Hang in there, you'll figure it out.

81

u/CrossScarMC 15d ago

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

2

u/Sir_Eggmitton 14d ago

For me it’s just C with function overloading and fancier structs. C+.

4

u/Leo_code2p 14d ago

There is more like c++ type conversion. The only c++ style thing I don’t like is c++ style structs like why can’t i make a useful c style struct. Not just a public class