I still can't figure out how to program!

Posted by Mark K. on Programmers See other posts from Programmers or by Mark K.
Published on 2010-12-29T21:07:45Z Indexed on 2010/12/29 22:58 UTC
Read the original article Hit count: 207

Filed under:
|
|

Please help! I've read lots of programming books for various languages, Java, Python, C, etc. I understand and know all of the basics of the languages and I understand algorithms and data structures. (Equivilant of say 2 years of CompSci classes)

BUT, I still can't figure how to write a program that does anything useful.

All of the programming books show you how to write the language, but NOT how to use it! The programming examples are all very basic like build a card catalog for a library or a simple game or use algorithms etc... They dont't show you how to develop complex programs that actually do anything useful!

I've looked a open-source programs on sourceforge, but they don't make much sense to me. There are hundreds of files in each program & thousands of lines of code. But how do I learn how to do this? There's nothing in any book I can buy on Amazon that will give me the tools to write any of these programs.

How do you go from reading Intro to Java or Programming Python, or C Programming Language, etc.. to actually being able to say, I have an idea for X Program.. this is how I go about developing it?

It seems like there is so much more involved in writing a program than you can learn in a book or from a class. I feel like there is someth

Can anyone put me on the right track?

© Programmers or respective owner

Related posts about java

Related posts about python