'Microsoft Visual Studios C++ Default Windows Desktop Application

When creating a new project on Windows Visual Studio using C++, one of the options for a default template is the Windows Desktop Application. What libraries does this utilize?

I just started learning C++. I don't know what a DLL vs a LIB is, but I just need a name of the correct library so I can do research via YouTube into how to use it.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source