0

function of <window.h>?

28th Mar 2017, 12:54 PM
Mohsin Qurban
Mohsin Qurban - avatar
4 ответов
+ 12
It's <windows.h> btw. As the header title would suggest, it offers a wide variety of functions for Windows OS. Be warned though, it is huge and resource-heavy.
28th Mar 2017, 2:44 PM
Hatsy Rei
Hatsy Rei - avatar
0
you can create native windows applications this way. but it us really low level, the code looks cryptical and you have to writr a lot of code to get thr simples things done. if you want to do gui applications with c++ i recommend using a franework like qt. but the winapi can be interesting for understanding what is going down under the hood. basically every gui franeworl used in windows just encapsulates winapi calls.
28th Mar 2017, 3:13 PM
Jakob Robert
Jakob Robert - avatar