by neuromanta on Tue Dec 15, 2009 3:34 am
([msg=31389]see Re: Lookin to expand my learning.[/msg])
Hi
Firstly, you should have put this thread in the general programming section, not in the HTS missions. Secondly, if you are new to coding, I wouldn't suggest C++. It's an advanced language, close to the hardware layer, so it's harder to learn. Javascript is not a bad choice, but if you want to be more serious, you should learn python. It can be used as a server-side scripting language, if you are into web-based stuff, but you can make any type of applications with it too.
Anyway, if you want to learn coding, you have to find your own sources. Learn to use Google. Search for beginner level tutorials, there are tons of them in eather languages. Or you can start with a book, try looking on torrent sites, you can find many programming books there. Finding your own sources will help you learn how to search for info later on.