POV-Ray : Newsgroups : povray.off-topic : I found this interesting : Re: I found this interesting Server Time
2 Oct 2024 14:16:38 EDT (-0400)
  Re: I found this interesting  
From: Orchid XP v8
Date: 6 Apr 2008 16:35:37
Message: <47f93419$1@news.povray.org>
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

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.