+ 7
What is use of windows header file??
.....
2 ответов
+ 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
+ 1
Thanks