0
how do i start a project
If i learn a programming language and i got a project idea, and i know let say : i can use microsoft visual studio,how do i start writing? I never had projects ,is time to do some. Thanks for help
2 Answers
0
Well if you have the idea, map out the components of it and what features you want to add. It helps to make some diagrams or flow charts about how you want the project to go. Learn about any libraries you need to add. Then, just start with the foundation of it, like the main loop and the graphics base. Use your flow chart to help you figure out what order you want to add things.
0
thanks :)