www.winpro.org is best but
www.winprog.com
is a good site but when I paste the code to create a window in my compiler, and I run it, it shows a dos window and the other window which I wanted. It looks messy. How do I get rid of the dos window.
I am using DEV-C++.
My compiler gives me an option to make a window but it's good is a little diffrent then the code in www.winprog.com.
What are resource files, and source files.
What is LONG_PTR and INT_PTR.
I can make funtction with some parameters or without.
I can make pointer which point to the address of another variable and then if I change the pointer's value, it change that variable's value.
That is all I know about pointers and functions