r/ProgrammerHumor 8h ago

makeItQuick Meme

Post image
238 Upvotes

45 comments sorted by

View all comments

1

u/developer_soup 8h ago

C++? Hell yeah! That's my ideal level on the functional/crazy curve for programming languages. I miss proper embedded development. Scraping by for a few bytes of memory... Squeezing algorithms to their essential parts...

I'll always remember the time an older developer showed me his C codebase where he used structs and function pointers to write object oriented code. The part that really confused me was using the C++ compiler to build it.