Jaydip
Diamond Member
I just don't get why you'd favor C for that either. The C++ code I'm currently writing is very much procedural, and almost every individual line relies on C++ features. Having to write it in C would bloat it probably to something like 3-5x as much code, much less readability, more bugs, less efficiency. And this is for very small individual apps; for a larger system the memory management stuff of C++ would just get more important.
It depends really.I find no difference in professionally written C vs C++ code.But if it needs C++ features I don't hesitate to use it either.I believe my perspective have become biased because of my very early adventures into C.