Re: C++ programmer and assembly
abhishek.padmanabh@gmail.com (Abhishek Padmanabh) wrote (abridged):
So, as I see it would be advantageous to know and be proficient in
assembly if one delves into
1) Performance related optimizations
2) Debugging
Yep. Also, just having a clear idea of how the machine works, as opposed
to believing in magic and superstition.
The more languages programmers know, the better. If someone knows
assembler, they at least know one other language, which puts them ahead of
the common herd. Another question might be:
"In addition to C++, which other language would it most benefit
a C++ programmer to learn?"
With possible other languages including:
Assembler
Java
Lisp
Smalltalk
Forth
Dylan
Cecil
Eiffel
<Your pet language here>
There are jobs where assembler would indeed be top of the list, because
they involve heavy performance or low-level issues. And there are jobs
where I'd prefer to see the latter languages on the programmer's CV.
-- Dave Harris, Nottingham, UK.
--
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]