A
A
Alexander Nikulshin2018-11-14 11:53:51
C++ / C#
Alexander Nikulshin, 2018-11-14 11:53:51

In what environment is the interface for C++ programs developed?

Tell me, are there any environments or libraries for developing the interface of programs written in C ++? I know about QT, but I wanted to know what other tools are.
PS I want to develop programs with a modern interface like in WPF

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
Alexander Movchan, 2018-11-14
@xasya89

Qt is not a development environment, but a framework. Development environments are QtCreator, CLion, Visual Studio. All of them allow you to work with Qt.
Besides Qt, you can look at GTK+ (gtkmm), wxWidgets.

T
tugo, 2018-11-14
@tugo

Qt is a library. Not Wednesday.
It is divided into components for working with the network, XML, JSON, SQL databases, OpenGl, sound and much more.
There are components for creating a visual interface.
There are 2 components in Qt to create interface Widgets and QML.
Widgets were the first. Then, when it was necessary to meet the requirements of the time, they came up with QML.
But widgets have not become obsolete, they have not become bad. They are easier to understand.
Decide on a task. What interface features do you need. Ask on Toaster if it can be done on Widgets. Google interfaces created with Widgets, it might suit you.
I do not recommend QML for a beginner.

V
Vitaly, 2018-11-14
@vt4a2h

In general, there are no sane alternatives for C++. Qt only.

S
SerJook, 2018-11-14
@SerJook

I'm developing an interface in Visual Studio in a dialog editor and using the WTL library.
Only I do not advise you, because this is a very outdated approach and library.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question