Comment on Microsoft, please support (at least a tiny bit of) C99parentComments−4ad14yNo, you use whatever you want, in practice C is more used than C++ and C code is compiled with the C compiler, not C++ compiler.The tools used to build Windows, including compilers, are available as the free Windows Driver Kit (WDK): http://msdn.microsoft.com/en-us/windows/hardware/gg487428Sometimes the compiler versions match those of the current Visual Studio release, but not always.
Comments
No, you use whatever you want, in practice C is more used than C++ and C code is compiled with the C compiler, not C++ compiler.
The tools used to build Windows, including compilers, are available as the free Windows Driver Kit (WDK): http://msdn.microsoft.com/en-us/windows/hardware/gg487428
Sometimes the compiler versions match those of the current Visual Studio release, but not always.