N
N
nameOfUser 1232017-06-20 13:16:59
C++ / C#
nameOfUser 123, 2017-06-20 13:16:59

How to create a C++ interface in VS?

For C++, VS doesn't have WF or WPF, but how do you create an interface then?
I read that you can use C ++ using MFC, but everyone writes
that it is long and not convenient. Are there then any alternative ways,
besides using other IDEs, to write a C++ interface in VS?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Stanislav Makarov, 2017-06-21
@capitanx9

Take Qt and write. At the same time there will be a claim for cross-platform.
You can also WTL , if you really want Windows-only and closer to WinAPI.
Naked WinAPI is not recommended.

R
RedHairOnMyHead, 2017-06-20
@ThePyzhov

WinAPI

D
Denis, 2017-06-20
@D3Nd3R

You can use Qt. Qt Designer can be called directly from vs.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question