Quote:
Originally posted by ablaye Learn C. That's probably the best programming language to start with.
Next you could learn C++, which would introduce you to object-oriented programming. |
I agree. C is the most basic but also very powerful. I started in C++ and don't think that was a bad place to start either. Just try to stay away from object oriented topics until you understand the basics of programming.