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
want to make GUI for my programs in code
want to make GUI for my programs in code blocks
Mar 12, 2016 at 10:28am UTC
rajhansk
(66)
How to make GUI for programs in code blocks ?
anylinks available ??
Mar 12, 2016 at 11:34am UTC
Moschops
(7244)
https://doc.qt.io/qt-5/gettingstarted.html
Mar 12, 2016 at 11:40am UTC
kind9
(36)
I'm a big GTK+ fan. The C++ bindings for GTK+ is called gtkmm and is dead simple to use. It might be a pain getting it all set up on windows with codeblocks though. Check out the documentation anyway, you might be able to figure it out:
http://www.gtkmm.org/en/documentation.html
Last edited on
Mar 12, 2016 at 11:40am UTC
Topic archived. No new replies allowed.