Y
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
zabzonk
350 days ago
Templates in C++ require language support - you can't simply implement them with "a few hoops" in C.
link
ramon156
350 days ago
Templates are a solution for a problem that c++ themselves created
link
flqn
350 days ago
You mean the same problem that the article is trying to solve in C? Generic data structures?
link
menaerus
350 days ago
What problem?
link