How do I start a legit program? I have no idea how or where to begin. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How do I start a legit program? I have no idea how or where to begin.

31st Jul 2016, 11:30 PM
jigoku_tenshi
4 Answers
+ 1
Say I wanted to start making an app or a game or a random program I can create in my computer to store and organize files...
31st Jul 2016, 11:35 PM
jigoku_tenshi
+ 1
the first thing you can do is to write your program basic logic in pseudo code (google pseudo code) form, so you can later expand it to real code. If it makes sense in basic meaning, it will be easier to make it work. of course, its going to need research and time, but its a great way to learn tones and doing something. something like bool gameState = true if gameState == false { // run intro and credits animation; //request for coins; // if coin is inserted change gameState }
2nd Aug 2016, 4:04 AM
Igor Busquets
Igor Busquets - avatar
0
what do you mean by "legit"
31st Jul 2016, 11:31 PM
bogdan
bogdan - avatar
0
The first thing is to learn the basics of coding and this app is ok for this. Next you need an IDE like eclipse or visual studio to help you when you write the source code. Then you choose something to use to make a GUI and learn how to make your program look ok. And depending on what program you want to create you might need illustrator or photoshop to work with images for example if you want to make a game.
1st Aug 2016, 12:13 AM
bogdan
bogdan - avatar