O
O
Oleg Komenda2018-01-05 23:27:48
User interface
Oleg Komenda, 2018-01-05 23:27:48

Are there interfaces in c++?

I started learning C++ - I studied arrays, I touched on OOP functions a little, but all the time I'm worried about 1 question - is it possible to write programs with an interface in C++? So I couldn't find the rules. answer on the internet.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander Taratin, 2018-01-05
@rafamont

The most advanced cross-platform
https://www.qt.io/ (the best solution - you can skip the rest)
https://www.ultimatepp.org/
https://www.gtk.org/
https://www.wxwidgets. org/

U
uncle Fedor, 2018-01-06
@didiaFiodor

Depending on the platform for which you will write, you can use one or
another graphical interface, and on its basis connect the user interface of the platform. For Windows, for example, it will be opengl, a library for connecting graphon. Connect and you can draw any windows and forms for the user.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question