Hacker News new | ask | show | jobs
by londons_explore 660 days ago
It's still full fledged C++, you just don't use many of the features, and the compiler leaves out all of the associated code.

Pretty easy to accidentally use some iostream and accidentally pull in loads of code you didn't want though.

1 comments

To me the only reason to use C++ over C in that case is a the slightly stronger type-checking and maybe some extra syntactic sugar.