Interesting article on microsofts website:
https://docs.microsoft.com/en-us/win...-your-platform
To quote the article (dated 11/04/2019):
Notice the description of the WIN32 API:
So all the code and tutorials about the WIN32 on the PB forums is not only not obsolete, but it now provides a "first class development experience" and it is the "platform of choice" for developers who want "performance".
https://docs.microsoft.com/en-us/win...-your-platform
To quote the article (dated 11/04/2019):
Win32 API. The Win32 API (also called the Windows API) is the original platform for native C/C++ Windows applications that require direct access to Windows and hardware. It provides a first-class development experience without depending on a managed runtime environment like .NET and WinRT. This makes the Win32 API the platform of choice for applications that need the highest level of performance and direct access to system hardware.
provides a first-class development experience
Win32 API the platform of choice for applications that need the highest level of performance and direct access to system hardware
Comment