+ 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!
3 ответов
+ 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?
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?
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