top | item 44428869

(no title)

brunker2 | 8 months ago

Why would you write C++ if you can get the same result by jumping through a few hoops with C?

discuss

order

zabzonk|8 months ago

Templates in C++ require language support - you can't simply implement them with "a few hoops" in C.

ramon156|8 months ago

Templates are a solution for a problem that c++ themselves created