Quote:
Originally posted by NeptuneCentury
Oh, I've done a little bit of Java.
I took a year of webmastering. I didn't
learn much. I spent most of my time
debugging, and my teacher, well, lets
say she couldn't figure it out either.
I'm not really a fan of C style languages.
The language I really want to learn is
ASM. I think this is the most powerful
of all languages (correct me if I'm wrong)
but there are so many different Assemblers
I don't even know where to begin
Programming big applications in ASM would be very foolish, it takes forever - and a good C++ compiler can make just as fast applications, plus you have Object Oriented Programming(Inheritance, polymorphing), and actually readable code, compare to the Hex like ASM.