Quote:
Originally posted by silence782 Programming was never a strrongpoint of mine, but I son't like not being good at something. So if anyone knows a good site for me, I'd apreciate it. |
When I started with Java a few years back i really didnt understand anything.
ONe of my friends told me it would be SOOO MUCH easier if I learn basic programming concepts first.
So I suggest you learn about while loops, if statements, for loops, do loops, recursion(that took me a while to fully understand), and other abstract data types such as lists, queues, stacks, trees.....
Try to understand these things first, tehn find a book that shows how to implement them through programming code.
I would post the books i used, but they might be too difficult for you, since you are new.