POV-Ray : Newsgroups : povray.advanced-users : Bitwise AND : Bitwise AND Server Time
28 Jul 2024 20:19:23 EDT (-0400)
  Bitwise AND  
From: John D  Gwinner
Date: 3 Apr 2004 15:00:12
Message: <406f17cc@news.povray.org>
Is it possible to do a Bitwise AND in SDL?

I can't find the word 'bit' anywhere in the help file, maybe I'm missing an
obvious synonym?

I want to test a series of bit flags, i.e.
#local myvar=13;

#if (myvar && 1)
   //do bit flag 1 stuff
#end


        == John ==


Post a reply to this message

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