this post was submitted on 30 Dec 2024
534 points (98.4% liked)

Programmer Humor

19899 readers
1207 users here now

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.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] pelya 15 points 1 week ago (1 children)

It's just C++ without templates. So whatever element you want to put into std::list, it must virtually inherit std::list::value_type. And of course there will be a macro-based list monstrosity inside Boost.

[โ€“] [email protected] 2 points 1 week ago

Types being declarable as virtual members is something I want to never hear again