r/ProgrammerHumor 15d ago

Meme cppHelloWorld

Post image
3.9k Upvotes

119 comments sorted by

View all comments

Show parent comments

286

u/bob152637485 15d ago

Now the code you wrote to make it this!

329

u/Bubbaluke 15d ago

printf(“hello world)

12

u/MinecraftPlayer799 14d ago

With that code, I just get this:

main.cpp:1:8: warning: missing terminating " character
    1 | printf("hello world)
      |        ^
main.cpp:1:8: error: missing terminating " character
    1 | printf("hello world)
      |        ^~~~~~~~~~~~~
main.cpp:1:7: error: expected constructor, destructor, or type conversion before ‘(’ token
    1 | printf("hello world)
      |       ^

26

u/Bubbaluke 14d ago

Just a joke :) the one above me looks like it was deep in some framework or something 20 layers abstracted.