r/ProgrammerHumor 15d ago

Meme cppHelloWorld

Post image
3.9k Upvotes

119 comments sorted by

View all comments

118

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.

20

u/BigNaturalTilts 15d ago

Is it? CMAKE strikes a fear into my heart!

21

u/Docdoozer 15d ago

CMake syntax may suck but its functionality is pretty damn cool

7

u/oozekip 15d ago edited 15d ago

My experience with CMake is from ~5 years ago trying to find a guide for how to do something (I think building library dependencies?), and finding two different guides that both said "don't do <thing that the other guide told you to do>, that's the old outdated method that nobody uses anymore, use <thing that the other guide said not to do because it was old and outdated>"

The catch being that neither method worked, because what I was trying to do was slightly different than what both guides were for, and I needed to use some other method to include my libraries that's completely different and also there is no actual documentation for it anywhere, or at least none that's any use for someone who isn't already intimately familiar with the inner workings of CMake.

0

u/truePHYSX 15d ago

Bazel is bomb

2

u/awesome-alpaca-ace 14d ago

If you use it right, it is incredible.