What is use of windows header file?? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 7

What is use of windows header file??

.....

22nd Jan 2020, 7:48 AM
A S Raghuvanshi
A S Raghuvanshi - avatar
2 Réponses
+ 3
//windows.h is a Windows-specific header file for the C and C++ programming languages which contains declarations for all of the functions in the Windows API, all the common macros used by Windows programmers, and all the data types used by the various functions and subsystems. //reference : wiki
22nd Jan 2020, 7:52 AM
Sudarshan Rai
Sudarshan Rai - avatar
+ 1
Thanks
22nd Jan 2020, 7:54 AM
A S Raghuvanshi
A S Raghuvanshi - avatar