A
A
alkrsk2013-11-21 11:30:19
C++ / C#
alkrsk, 2013-11-21 11:30:19

GUI in c++

I got interested in C++ programming in visusal studio environment. As I understand it, there is no standard GUI support. What libraries are programmers currently using?

Answer the question

In order to leave comments, you need to log in

5 answer(s)
D
DeFANCE, 2013-11-21
@DeFANCE

I would advise to look towards Qt.

L
leclecovich, 2013-11-21
@leclecovich

If you are interested in a combination of C ++ and VS, then here you need to remember that in the end the solution will not be cross-platform. There are perhaps two options here.
1 MFC, occupies its own niche, but does not develop rapidly. Quite difficult to master.
2 WinForms and C++/CLI, not really really pluses, it's .NET.
If you want to abstract away from VS, then yes, Qt is a very cool framework. In addition to developing the GUI, it includes a lot of goodies - the signal / slot mechanism, network interfaces, and so on, so on, so on. Cross-platform. There is quite a usable plugin for VS.
You can also look at GTK or wxWidgets...

A
afiskon, 2013-11-21
@afiskon

Qt, GTK, wxWidgets. I would advise you to try wxWidgets first, it is quite lightweight and is displayed in the same way in all operating systems. In addition, it is widely used in all sorts of scripting languages, which may come in handy someday. A long time ago I wrote about wxWidgets here and here .

K
ks0, 2013-11-22
@ks0

No GUI? And where did http://habrahabr.ru/post/202678/

A
al_sh, 2013-12-25
@al_sh

there is a good plugin for VS qt-project.org/downloads

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question