Hacker News new | ask | show | jobs
by zabzonk 351 days ago
Templates in C++ require language support - you can't simply implement them with "a few hoops" in C.
1 comments

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?