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
What are the best programs to make c++ G
What are the best programs to make c++ GUI
Aug 31, 2014 at 4:22am UTC
riseandtrade
(9)
Im looking for a program to make my gui for my personal programs.
only thing im finding online is QT
Aug 31, 2014 at 4:44am UTC
LB
(13399)
How broadly are you using the term GUI here? Like an actual form with buttons and tick boxes? Or just graphical things that you can click on? If the latter, just use a graphics library.
Aug 31, 2014 at 5:44am UTC
admkrk
(505)
...if the former, Qt is about as good as you will get.
Aug 31, 2014 at 1:31pm UTC
Aceix
(1118)
+1 @wxWidget for the former
Aceix.
Aug 31, 2014 at 2:15pm UTC
riseandtrade
(9)
@LB the actual form. I already have QT so im gonna try wxwidget.
I want to see what my options are before I start studying QT
Topic archived. No new replies allowed.