by redhat on Sun Aug 10, 2008 12:02 pm
([msg=9280]see Re: Dont know where to start[/msg])
well, the way I started was to learn HTML. There are plenty of places to learn HTML, but the best that I can find is at w3schools.com. After getting html down, then I moved on to javascript which is also covered in the w3schools website. If you can get javascript down, then you should have no problem transitioning in to BASIC or any other derived language. The two are structured differently, but are both easy to understand. The next step I took was to learn C/C++. You should be able to find everything you need at cprogramming.com, but it is also a good idea to do some searching on google. That's how I learned.