logoalt Hacker News

bluGilltoday at 3:27 PM1 replyview on HN

One reason. The other is C is easy. Any language can implement it and have confidence it can work. (there are other options that are just as easy, but C won). C++ is much harder because of things like function overloading and exceptions - none of it is difficult, but there is a lot more to do and thus more opportunities for bugs.


Replies

mohamedkoubaatoday at 4:33 PM

I would go far as to say that modern C++ is an Eldritch horror of a programming experience

show 2 replies