First computer language.
Hiya all.
I wanted your thoughts on what computer langauge was the best for a relative newbie.
I'm quite fluent with Javascript and at the moment trying to learn C#, but i'm finding it quite differcult.
I wanted a flavour of C under my belt. But wanted to know what was the best way of going about understanding a object orientated language.
Thanks to all that can help.
If you're specifically after OO then look at either C++ or Java.
If programming beyong JS is causing you some difficulty just in a general sense, maybe some python/PHP/perl might get you to grips with the basics. They're more powerful than javascript and might give you a decent platform to get into C/C++/ASM or something.
The main thing is to practice. Sites like osix.net give you some good challenges to start coding :)