U
U
Umed2016-07-29 10:34:30
C++ / C#
Umed, 2016-07-29 10:34:30

What are the popular frameworks/libraries for implementing MVC/MVP/MVVM approaches in desktop applications?

You need to separate the UI and logic in order to test separately. It was decided to choose something from MVC approaches. I hope to help in the search)

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vitaly, 2016-07-29
@vt4a2h

For C++ there is Qt. There's support for the Model-View concept there: https://doc.qt.io/qt-5/model-view-programming.html . + Even in ordinary widgets, the concept of MVC is visible.

S
saltydogd, 2016-07-29
@saltydogd

You can try experimenting with a stripped-down version of MVC in MFC from MS itself:
Extended version - www.codeproject.com/Articles/30291/An-Introduction...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question