logoalt Hacker News

rrr_oh_mantoday at 11:31 AM1 replyview on HN

For the curious:

> Microsoft provides two frameworks for developing Windows applications: MFC (Microsoft Foundation Classes) and Win32. MFC (Microsoft Foundation Classes) is a Microsoft framework for developing Windows applications in the C++ programming language. Win32 is a collection of functions and data structures provided by Microsoft for the development of Windows applications. [0]

[0] https://www.tutorialspoint.com/article/difference-between-mf...


Replies

okanattoday at 2:02 PM

That's old info. Now there is also .NET Framework, .NET (Core), C++/WinRT and more. In the end all of them use either pure Win32 APIs or COM APIs including MFC.