Hacker News new | ask | show | jobs
by brunker2 351 days ago
Why would you write C++ if you can get the same result by jumping through a few hoops with C?
1 comments

Templates in C++ require language support - you can't simply implement them with "a few hoops" in C.
Templates are a solution for a problem that c++ themselves created
You mean the same problem that the article is trying to solve in C? Generic data structures?
What problem?