GUI with C++

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.
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.