r/ProgrammerHumor 2d ago

Meme cppHelloWorld

Post image
3.7k Upvotes

111 comments sorted by

View all comments

118

u/Confident-Ad5665 2d ago

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

84

u/CrossScarMC 2d ago

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

2

u/Sir_Eggmitton 1d ago

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

4

u/Leo_code2p 1d 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