View Single Post
Old 10-11-2005, 02:49 AM   #7 (permalink)
Misz
Tilted
 
Quote:
Originally Posted by bendsley
This should probably be moved to the Tilted Programming area.

Have you ever learned a programming language? If not, then Java isn't something you will want to try first. A high level, Object Oriented Programming (OOP) language like Java isn't easy to learn unless you dedicate a whole lot of time to it. You might try some scripting languages out first, like JavaScript or PHP to get down programming logic, and then maybe something like C++. Java structure is a lot like C++, so knowing it first may help.
Thanks for the info, In that case could you link me some newbie guides to that code please?
Misz is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73