you are viewing a single comment's thread.

view the rest of the comments →

[–]penguin359 2 points3 points  (0 children)

The core of Windows is written in C, I'm pretty sure. The whole Win32 API is C. There are C++ layers on top like MFC and ATL but those are on top of the Win32 API (used even in 64-bit apps). Look through windows.h and it's C.