Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
12/08/01 15:42
Read: times


 
#17420 - RE: Bit Variables
I doubt you'd really want to do 256 individual bit addressing and associated logic. It rather becomes a "tyrany of numbers" problem in that you have to spend a lot of code sorting out which bit test you require to access etc.

I suspect you'll find that another mechanism incorporating a data structure would be much more effecient. In this, you'd have one routine, and only a pointer . That way you don't have 256 bit twiddling subroutines.

duh

List of 9 messages in thread
TopicAuthorDate
Bit Variables            01/01/70 00:00      
RE: Bit Variables            01/01/70 00:00      
RE: Bit Variables            01/01/70 00:00      
RE: Bit Variables            01/01/70 00:00      
RE: Bit Variables            01/01/70 00:00      
RE: Bit Variables            01/01/70 00:00      
RE: Bit Variables            01/01/70 00:00      
RE: Bit Variables            01/01/70 00:00      
RE: Bit Variables            01/01/70 00:00      

Back to Subject List