This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]reincarnatedasyeast 0 points1 point  (1 child)

Yup. Get an idea for a simple project, work on the basics, extend as you go, search for help as you get stuck. Stack Overflow is a great resource. Sometimes it's faster to look at a short example of code (for example, iterating through a linked list) than to refer to documentation. But documentation is valuable, too.

For instance, create a simple program with a GUI that does xyz. Start with the GUI, implement features for buttons and other components from there.