T
T
The-TS2020-02-08 14:17:28
User interface
The-TS, 2020-02-08 14:17:28

How to make design (GUI) in C++?

Please tell me how can I write the design of a C ++ program?
Thanks

Answer the question

In order to leave comments, you need to log in

3 answer(s)
R
Ronald McDonald, 2020-02-08
@Pyhon3x

Use Qt for example.

V
Vladimir Korotenko, 2020-02-09
@firedragon

Or MFC
Or WTL https://ru.wikipedia.org/wiki/Windows_Template_Library
The latter is generally ideal for small utilities, I recommend

M
mayton2019, 2020-02-10
@mayton2019

The question sounds wrong. By itself, C++ does not have any built-in technologies for rendering graphics. This is already the task of libraries that will depend on the OS or window manager.
And here Qt, Gnome, KDE, WTL are just OS derivatives.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question