Hacker News new | ask | show | jobs
by sbmassey 2491 days ago
Even back then, C++ introduced new keywords, so valid C code like

  int new;
would not compile in C++.
1 comments

That's true, as a superset it reserved words that had not been reserved before... still think it's a stretch to call it a different language though.