0
Please give me a source or reference can learn <windows.h> in C Language
I need to know how can i use it
5 Respuestas
+ 2
If you would just search "windows.h c++ tutorial" on Google, the available tutorials are plentiful.
http://www.winprog.org/tutorial/simple_window.html
https://www.quora.com/How-can-I-learn-about-windows-h-header-file-and-its-function-and-uses
http://www.cplusplus.com/forum/windows/76250/
https://docs.microsoft.com/en-us/cpp/windows/walkthrough-creating-windows-desktop-applications-cpp?view=vs-2019
Take note however, these are not for the faint of heart. The <windows.h> header is quite old and most of these stuff are legacy code. There are better frameworks out there which would help you achieve your goals in a much writable fashion.
+ 2
You'll be using the same constructs and identifiers as you would be using in C. The windows.h header is Windows-specific, and essentially works with C the same way as it would with C++.
+ 1
Fermi Thank you so much for your amazing reply to my request 💚
0
Fermi I don't work in "cpp" now
I work in "c"
so i need to know just things that c programming include it
- 2
turbo c compiler or gcc compiler
turbo c is beginner level compiler . it support c,c++ only...
gcc is advanced level compiler.. it support multi languages...