logoalt Hacker News

brunker2yesterday at 11:06 PM1 replyview on HN

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


Replies

zabzonkyesterday at 11:22 PM

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

show 1 reply