On Sunday, 28 April 2013 at 12:01:58 UTC, Paulo Pinto wrote:
True, but only now the major OS vendors are switching from C to C++ as their main systems programming language.
Curious, which ones are you referring to?Windows uses C for the kernel, for many reasons, one of which is that C (unlike C++) discourages storing large objects on the stack.
Linux uses C for the kernel too, mainly because Walter hates C++ (and C++ programmers).
Which vendors have switched to C++ for systems programming?