Use C++, Java or C# as a learning language, they are all similar in that they are object oriented - you could learn C but i think it is better to learn something a bit higher level first.
People will advise you otherwise but they are wrong. You could go down the BASIC route and it would be nice and easy, but at some point you will want to learn a proper language and will go and learn one of the above mentioned languages anyway. If you learn one of the above you will be able to program in most languages other than things like scheme and prolog, but theese are kind of different and more mathematically based.
C, C++, Java, C#, and for some reason VB are the languages people use in the real world and you will find loads of resources on them. I personally would recommend java, just because you can download everything you need from the java website, C and C++ also have free resources. C# and VB "kind" of require visual studio if you want to use them properly. |