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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/22/01 19:39
Read: times


 
#14342 - RE: use of flag, Babar
The byte value could have further advantage in handling a combination of conditions; eg,
* instead of 8 individual bit tests, you could do just 1 byte test;
* you could copy all 8 flags in one go, instead of 8 individual bit operations.

Depends on your particular application as to how useful this might actually be.

And, of course, it all requires suitable language support.


List of 17 messages in thread
TopicAuthorDate
use of flag            01/01/70 00:00      
RE: use of flag            01/01/70 00:00      
RE: use of flag            01/01/70 00:00      
RE: use of flag            01/01/70 00:00      
RE: use of flag            01/01/70 00:00      
RE: use of flag            01/01/70 00:00      
RE: use of flag            01/01/70 00:00      
RE: use of flag            01/01/70 00:00      
RE: use of flag            01/01/70 00:00      
RE: use of flag            01/01/70 00:00      
RE: use of flag            01/01/70 00:00      
RE: use of flag            01/01/70 00:00      
RE: use of flag, Babar            01/01/70 00:00      
RE: use of flag, Babar            01/01/70 00:00      
RE: use of flag, Phillip            01/01/70 00:00      
RE: use of flag, Phillip            01/01/70 00:00      
RE: use of flag, Phillip            01/01/70 00:00      

Back to Subject List