Jun 27, 2009 at 8:52pm Jun 27, 2009 at 8:52pm UTC
Where can I find a good beginners tutorial on making windows GUIs with C++? Also does Visual C++ have a GI builder thingy in it (where youcan drag and drop thing without coding?)
Jun 27, 2009 at 9:00pm Jun 27, 2009 at 9:00pm UTC
With MFC you can drag and drop things.
In my opinion , making Windows GUIs by using C or C++ is too complicated rather than C#.
Last edited on Jun 27, 2009 at 9:01pm Jun 27, 2009 at 9:01pm UTC
Jun 27, 2009 at 9:25pm Jun 27, 2009 at 9:25pm UTC
> Windows GUIs by using C or C++ is too complicated rather than C#.
???
Too compicated because you don't know Win32 api.
Simply with the Dlg Editor, it's just trivial....
Read Petzold for basics about GUI in C/ Win32
Last edited on Jun 27, 2009 at 9:25pm Jun 27, 2009 at 9:25pm UTC