I try and give up, try and give up, yet I'm never getting anywhere with learning programming. I simply overview what I've already learned, and forget the other parts, which leads me to doing "Hello World!" repeatedly in futile attempts to relearn it. Is there something wrong with me /prog/?
>>1
It seems to me like you're trying to learn a programming language, but not the actual act of "programming". Try identify some mundane tasks which can be automated by a program, then write that program in the language of your choice. Maze generator, for instance, or a something to organize and rename iamges on disk.
Name:
152008-12-29 20:52
It would also help if you took a basic algorithms and data structures course, before actually trying to program in a real language.