Where can i learn Windows.h OS functions

closed account (DEhqDjzh)
Hi, I don't even know the name that i am searching for but i can give links. Where can i learn that and what is the library's name ?
LINKS:
https://www.youtube.com/watch?v=2Gfmw_6sYz4
https://www.youtube.com/watch?v=bQWRW0VUXR4
closed account (E0p9LyTq)
The internet is an amazing thing, so much information available:
http://lmgtfy.com/?q=Win32+API

Windows API Index (Windows) - msdn.microsoft.com
https://msdn.microsoft.com/en-us/library/windows/desktop/ff818516(v=vs.85).aspx

All I did was search for "Win32 API" and the number of links was an avalanche:
https://duckduckgo.com/?q=Win32+API&t=ffsb&ia=web

Win32 API tutorials:
https://duckduckgo.com/?q=Win32+API+tutorials&t=ffsb&ia=web

One of the best beginners' tutorials, though seriously outdated:
theForger's Win32 API Programming Tutorial - EFnet
http://www.winprog.org/tutorial/
Last edited on
closed account (E0p9LyTq)
MSDN has several good Win32 API tutorials for beginners, written for Visual Studio 2017:

Walkthrough: Creating Windows Desktop Applications (C++)
https://docs.microsoft.com/en-us/cpp/windows/walkthrough-creating-windows-desktop-applications-cpp

Walkthrough: Creating and Using a Static Library (C++)
https://docs.microsoft.com/en-us/cpp/windows/walkthrough-creating-and-using-a-static-library-cpp

Walkthrough: Creating and Using a Dynamic Link Library (C++)
https://docs.microsoft.com/en-us/cpp/build/walkthrough-creating-and-using-a-dynamic-link-library-cpp
Topic archived. No new replies allowed.