+ 1
After writing a code, how do you transform it into an actual app/software?. Do you need a special softwares to do this?. If so, how do these things work?
4 Antworten
+ 2
Well what IDE do you use?
+ 2
it depends on the ide you find the folder where it is installed. There you will find the source file as well as compiled .exe file you can take out the .exe file if it uses other library in a big program you will need their .DLL too and then run it like other applications. it may not have a stylish icon splash and discription.but do not try to change anything inside the ide,s installed folder
+ 1
When you build and run your code in an IDE, you compile that code so your device and read and execute your program. You will find an executable of your program inside your project's directory.
0
Codeblocks is a good compiler/ide and is free.
You can find it at http://www.codeblocks.org