Is learning about the windows.h header is included in the C++ course? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is learning about the windows.h header is included in the C++ course?

#include <windows.h> ~ creating programs, buttons and stuff with C++ if it's not included then how I can learn about it

26th Apr 2018, 6:54 PM
Kastrit
Kastrit - avatar
2 Answers
+ 6
The Microsoft Developer Network (MSDN) is a huge repository of developer information, e.g.: https://msdn.microsoft.com/library/ (Microsoft API and Reference Catalog) You'll probably also want to dig into https://technet.microsoft.com/ ... click the links (library, wiki, blogs -- from Microsoft staff -- etc) [More than you asked] You may also consider joining the Microsoft Partner Network (free level gives you 5 seats of MS Visual Studio Online Basic). Their first paying tier (pay once, keep those licenses forever) -- gives you enough full-version software for a 10-person office, intended for learning and demos but otherwise not limited (so, Pro + Enterprise versions).
26th Apr 2018, 7:58 PM
Kirk Schafer
Kirk Schafer - avatar
0
Youtube videos are quite good
26th Apr 2018, 6:55 PM
TurtleShell
TurtleShell - avatar