cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
GUI with C++
GUI with C++
Oct 30, 2014 at 7:57am UTC
jared181
(42)
Hi,
I'd like to build a simple GUI to work with my C++ program, on Windows.
I understand that VS removed the Win Forms from the CLR tab in C++.
How then could I build C++ GUI in VS?
Thanks.
Oct 30, 2014 at 8:54am UTC
tmason
(112)
I would recommend a nice, rich cross platform library like QT.
http://qt-project.org/
Works with C++ natively and has a rich set of functionality for what you need.
There are a multitude of examples out there to get you started on practically any type of project, from networking apps to editors to games.
Topic archived. No new replies allowed.