this post was submitted on 15 Aug 2023
4 points (100.0% liked)

Programmer Humor

32275 readers
225 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
top 4 comments
sorted by: hot top controversial new old
[–] SouthernCanadian@sh.itjust.works 2 points 1 year ago (1 children)

Wow that's horrible. They're using c++.

[–] zib@kbin.social 1 points 1 year ago

If you really need some nightmare fuel, some of us use c++ every day and even enjoy it.

[–] fri@compuverse.uk 1 points 1 year ago* (last edited 1 year ago)

Looks like it creates a few emoji printers in a vector, then prints them all. The output is all emoji, of course. The main function exits with a random return value just to be more quirky.

I'm not sure what the purpose of the 😎 function is. In main that first predicate is always true, so it prints the poop emoji. I don't know why it's behind an if.

Also, there's a copy-paste error on line 31. Wrong emoji is used.

[–] flashgnash@lemm.ee 1 points 1 year ago

Now imagine the poor sod who gets this as an interview question

"Please extend the following code in the same code style to sort [😀,😃,😄,😁,😆] using bubble sort"