920
programmer job in a nutshell
(lemmy.world)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Basic C++ isn't really confusing (if you are not handwriting makefiles). It starts to get fucky when you get into memory handling, templates, etc. I'm assuming they are only using C++ over C for basic OOP (class/structs inheritance etc).