Quote from: Nightcrawler on May 26, 2007, 01:33:46 pm
I agree here as well. High level languages never clicked well with me until i learned assembly which in turn teaches how microprocessors work. Then all the sudden, everything was clear. All those C statements are effectively just shortcuts to a bunch of assembly code.
I don't agree. I started programming in C++, then moved to ASM. ASM is more complicated than any high level language, so C++ or whatever is a better start for newbies. Starting with ASM is a long process, full of frustrations and difficulties and, IMO, it's not recommended.