How to Built desktop application I have strong coding in cpp and web but don't know that how to built a desktop app ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

23rd Jun 2018, 9:33 AM
Hafiz Hassan
Hafiz Hassan - avatar
3 Answers
+ 3
A good application to start building desktop applications would be Microsoft Visual Studio that incorporates cplusplus and C sharp.
23rd Jun 2018, 11:10 AM
Michelangelo
Michelangelo - avatar
+ 6
Study QT5
23rd Jun 2018, 9:53 AM
Calviղ
Calviղ - avatar
+ 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/
23rd Jun 2018, 9:54 AM
Aaron Eberhardt
Aaron Eberhardt - avatar