0
c++ for windows app?!
Is the best c++ for creating windows app?!
2 Respostas
+ 1
C++ wasn't designed *specifically* to create Windows desktop applications, but remains one of the best options especially when it comes to apps in which real time response is crucial.
https://www.sololearn.com/Discuss/280672/?ref=app
0
You can do it using frameworks like QT,WxWidgets... They're easy to learn and use plus apps written with can can run on multiple platforms without changes made to your code. There are lots of tutorials on both online.