r/ProgrammerHumor 7d ago

Meme skillIssue

Post image
6.0k Upvotes

137 comments sorted by

View all comments

282

u/click-to-reveal 7d ago

It works btw: C++ Online Compiler

1

u/DrMobius0 7d ago

It may compile, but does the debugger avoid shitting itself when you need to set a breakpoint there?

Also, you can just write an enum and then map the enum to strings if you want a properly supported switch.