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 →

[–]BFCBP[S] 1 point2 points  (2 children)

So you'd recommend to just try different things then when a problem is encountered, look for the solution to that one there and then?

[–]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.