cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
A good beginners tutorial on making win
A good beginners tutorial on making windows GUIs ?
Jun 27, 2009 at 8:52pm UTC
disgruntledtree
(9)
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 UTC
Dufresne
(137)
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 UTC
Jun 27, 2009 at 9:25pm UTC
george135
(268)
> 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 UTC
Topic archived. No new replies allowed.