Quote:
Originally posted by Grizzly:
I'd say learn C, and learn it *well*. After that, move on to OOP, with either C++ or Java.
Java has it's strength's, but it's not god's greatest gift to man as some would lead you to believe. It's the most god-awful inefficient language in the world, at the cost of being "easy" to program/maintain.
But my point is, by learning C first, you're forced learn how to do a lot of processes manually, and I personally think C will teach you to really "think like a programmer". That being done, you can master Object Oriented methodologies relatively easily.