Live data from Hacker News

Inheritance and Polymorphism in Plain C

coz.is

1–2 of 2 posts

Re: Inheritance and Polymorphism in Plain C

#2
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.