+ 3
How to Built desktop application I have strong coding in cpp and web but don't know that how to built a desktop app ?
Also tell about C# please
3 Respostas
+ 3
A good application to start building desktop applications would be Microsoft Visual Studio that incorporates cplusplus and C sharp.
+ 6
Study QT5
+ 2
For desktop apps it's good to know a gui (graphical user interface) framework. GTK for example works with both C++ and C# https://www.gtk.org/ . With electron you can create desktop apps for all platforms using web code: https://electronjs.org/