How do you make a complete usable application? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How do you make a complete usable application?

i mean, after writing a source code or after writing all necessary codes for my program to run in a prefered way, how can i am a complete setup for some one to install it in a computer and use it? what are the tools and necessary steps for that, how do i attach the theme as cover of the application? etc. help plz!

16th Feb 2018, 6:16 PM
Mamuya, Gilbert .W
Mamuya, Gilbert .W - avatar
3 Answers
+ 1
am trying to make a simple matrix calculating program, i have written the source code and its working on c++ ide, now how do i make it an independent program that i can install and use on a computer?
16th Feb 2018, 6:52 PM
Mamuya, Gilbert .W
Mamuya, Gilbert .W - avatar
0
what are you trying to accomplish? copy paste and instructions for depencies should be fine. or are you trying to make a gui? or are you trying to make en executable?
16th Feb 2018, 6:47 PM
Markus Kaleton
Markus Kaleton - avatar
0
i havent really gotten into cpp but you basically just compile it into exe, hope this helps https://msdn.microsoft.com/en-us/library/ms235639.aspx to create an installer package you can use like 7zip/winzip/winrar etc to build an installer.exe package. guides in youtube
16th Feb 2018, 7:13 PM
Markus Kaleton
Markus Kaleton - avatar