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
help?? graphical part of program
help?? graphical part of program
Jan 2, 2015 at 10:41am UTC
skorefish
(40)
Hi there,
Now, I learned the language,
i want to start making windows forms and command buttons,
like I used to do in VB6.
I installed visual studio 2013(community) and it seems I can't find this anywhere.
I found a program blend, but it only supports C# and vb.
What 's next?
I really don't know where to start... please help
Jan 2, 2015 at 10:58am UTC
shadowCODE
(680)
i want to start making windows forms and command buttons
If you mean in C++, I'll say go for Qt.
Its a powerful framework
Last edited on
Jan 2, 2015 at 11:17am UTC
Jan 2, 2015 at 11:09am UTC
ats15
(423)
There are many ways. The Microsoft Foundation Classes offers this functionality, but is relatively difficult to use. Better use ATL or WTL if you want to work with Microsoft libraries. I prefer instead Qt
http://doc.qt.io/qt-5/gettingstartedqt.html
Jan 2, 2015 at 12:27pm UTC
skorefish
(40)
ok thanks,
I'm installing Qt at the moment.
If there are other methods/solution please feel free to post here. ;-)
Jan 2, 2015 at 1:13pm UTC
benbalach
(149)
Have a look at "C++ GUI Programming with Qt 4" by Jasmin Blanchette and Mark Summerfield.
Last edited on
Jan 2, 2015 at 1:13pm UTC
Topic archived. No new replies allowed.