First post, by vgagame
I was looking at a book from 1998 by Charles Petzold that covers the Win 32 API and uses the C programming language. He specifically states he is not using object oriented programming and he is not using MFC. I did not know that there could be a book on Windows programming that did not use MFC and C++.
Is the same true about Windows development today? Is there a Windows API that is best understood using C?
As far as I understand, to program for windows today you should know C# 13 and learn .NET 9. Sounds similar to the situation in 1998 where you had to learn C++ and MFC. But to understand windows 9x you would really need to learn C and read about the Windows 32 API. Is this true today? Do you need to use C and the Windows API to understand the API for windows programming? Or is it all object oriented now?