Has anyone made a desktop application for windows using C++ or Javascript? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

Has anyone made a desktop application for windows using C++ or Javascript?

If you have or have information on how to do it, Please post it inside the thread.

21st May 2017, 6:37 PM
Manual
Manual - avatar
11 Answers
+ 8
Use Visual Studio it's the best thing for C++ & C# programmer. For Windows application.
4th Jun 2017, 6:50 PM
BENOTMANE
BENOTMANE - avatar
+ 5
@Heliofirm Edited Thank you for sharing the pdf! I just looked over the contents I am thinking of making a launcher that can opens other programs like IDEs and be customized. That book should give me all the help I need and more. I really appreciate the help!
21st May 2017, 11:58 PM
Manual
Manual - avatar
+ 4
For c++, look up Qt - its a cross platform framework for creating gui's and very simple to use. Or if you dont want to rely on a framework, you can use the windows API directly, which is a little more complex.
21st May 2017, 7:43 PM
aklex
aklex - avatar
+ 4
@Luka Thank you for sharing.
21st May 2017, 11:56 PM
Manual
Manual - avatar
+ 3
I plan to take my time with this. I recently tried using headers and .cpp files in code blocks. It needs work, but, I am up for it.
21st May 2017, 7:44 PM
Manual
Manual - avatar
+ 3
@Aklex Thank you. I will look into that as well.
21st May 2017, 7:46 PM
Manual
Manual - avatar
21st May 2017, 7:41 PM
Manual
Manual - avatar
+ 1
@Ace and @James Thank you, I will look into making a win32 app.
21st May 2017, 7:05 PM
Manual
Manual - avatar
0
Visual studio download links for Mac and windows https://www.sololearn.com/discuss/410578/?ref=app
4th Jun 2017, 7:34 PM
Manual
Manual - avatar
0
Great resources!
4th Aug 2017, 10:55 PM
Dustin Hammack
Dustin Hammack - avatar