how to make a GUI program

I'm a beginner, and I've finished with the study of console c/c++
Iwant to know how to make a graphic user interface
closed account (DSLq5Di1)
Windows I presume?
http://msdn.microsoft.com/en-us/library/ff381409.aspx
yes
merci beaucoup sloppy9
Last edited on
i don't understand this syntax, can you explain it?

 
 WNDCLASS wc = { };
closed account (DSLq5Di1)
You dont understand which part exactly?

WNDCLASS? http://msdn.microsoft.com/en-us/library/ff381397
Start from there sorry, the introductory page has code and a summary but little explanation.

If you mean "= { }", that is called value initialization. In the case of WNDCLASS it is simply assigning 0 to all members. For more detail see:-

http://stackoverflow.com/questions/620137/do-the-parentheses-after-the-type-name-make-a-difference-with-new/620402#620402

http://stackoverflow.com/questions/1613341/what-do-the-following-phrases-mean-in-c-zero-default-and-value-initializati/1613383#1613383
sloppy can I have your e-mail pls?
Topic archived. No new replies allowed.