Hacker News new | ask | show | jobs
Inheritance and Polymorphism in Plain C (coz.is)
2 points by cozis 349 days ago
1 comments

I think it is good to give such topic deep thoughts.

I say that because it is kind of mandatory for c++ to C99+ port (which could happen in a lot of system components in order to remove the absurd technical cost of c++ compiler dependency).

... which leads to me wondering how AIs would handle c++ to C99+ port.