Nicolas Alvarez wrote:
> I never went lower level than C. (well, I have looked at the
> assembly-like code for LEGO RCX, but I doubt that counts; there aren't
> even pointers there) I think some day I should learn asm...
The concept of assembly without pointers bemuses me.
I don't "get" what's so hard about pointers. All data is stored in the
computer's memory. The memory is a vast grid of numbered cells. Each
cell's number is called an "address". A "pointer" is simply something
that holds the address of something else - it "points to" something. The
End.
Now, pointers and typecasting... scary stuff!
Post a reply to this message
|