POV-Ray : Newsgroups : povray.off-topic : Mac Plus vs AMD Dual Core : Re: Mac Plus vs AMD Dual Core Server Time
12 Oct 2024 03:16:50 EDT (-0400)
  Re: Mac Plus vs AMD Dual Core  
From: Darren New
Date: 26 Oct 2007 00:35:11
Message: <47216e7f$1@news.povray.org>
Warp wrote:
> Darren New <dne### [at] sanrrcom> wrote:
>> I'm merely 
>> pointing out that the errors you describe comes from treating "int"s as 
>> "integers". There's no such thing as an "unsigned integer", only an 
>> "unsigned int".  It was a nit, nothing more. :-)
> 
>   I didn't understand that.

The C declaration of
   unsigned int X;
does not allocate an integer variable.

You wouldn't need signed/unsigned conversion rules if you were working 
with integers instead of int's.

-- 
   Darren New / San Diego, CA, USA (PST)
     Remember the good old days, when we
     used to complain about cryptography
     being export-restricted?


Post a reply to this message

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