Please give me a source or reference can learn <windows.h> in C Language | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Please give me a source or reference can learn <windows.h> in C Language

I need to know how can i use it

4th Apr 2019, 1:27 AM
Zero
Zero - avatar
5 Answers
+ 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.
4th Apr 2019, 1:57 AM
Fermi
Fermi - avatar
+ 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++.
4th Apr 2019, 2:13 AM
Fermi
Fermi - avatar
+ 1
Fermi Thank you so much for your amazing reply to my request 💚
4th Apr 2019, 2:21 AM
Zero
Zero - avatar
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
4th Apr 2019, 2:05 AM
Zero
Zero - avatar
- 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...
4th Apr 2019, 1:53 AM
Saranraj C
Saranraj C - avatar