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

Back to Subject List

Thread Closed: Issue successfully resolved

???
05/19/04 18:26
Read: times


 
#70701 - Bit string definitions
How do I define a constant as being a bit string IE a string of binary values rather than a string of characters.

for example I can write
#define test "Blah Blah Blah"
and that works fine,or I can write
#define test 'xFF'
and that works as well,but I want to write
#define test 'xFF''xDD''x38' but thats clearly not the way to do it.
Hellup!!!!

List of 16 messages in thread
TopicAuthorDate
Bit string definitions            01/01/70 00:00      
   Why?            01/01/70 00:00      
      RE: Why?            01/01/70 00:00      
         RE: Why?            01/01/70 00:00      
            RE: Why?            01/01/70 00:00      
               RE: Why?            01/01/70 00:00      
               Umm...            01/01/70 00:00      
                  RE: mixed chars            01/01/70 00:00      
   RE: Bit string definitions            01/01/70 00:00      
      RE: Bit string definitions            01/01/70 00:00      
   RE: Bit string definitions            01/01/70 00:00      
      RE: Bit string definitions            01/01/70 00:00      
         RE: Bit string definitions            01/01/70 00:00      
      RE: Bit string definitions            01/01/70 00:00      
         Not really...            01/01/70 00:00      
            RE: Not really...            01/01/70 00:00      

Back to Subject List