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

Back to Subject List

Thread Closed: Off-topic

???
05/14/03 15:10
Read: times


 
#45433 - RE: hex to bin in C
Responding to: ???'s previous message
lack of knowledge. and pack of rudeness; how can flip flops of memory can store 2,3,4....f.

any way you can convert like this.


bin = hex2bin(num);


int hex2bin(int n)

{
return(n);
}

this will do.


abhishek






List of 12 messages in thread
TopicAuthorDate
hex to bin in C            01/01/70 00:00      
   RE: hex to bin in C            01/01/70 00:00      
   RE: hex to bin in C            01/01/70 00:00      
      RE: hex to bin in C            01/01/70 00:00      
         RE: hex to bin in C            01/01/70 00:00      
            RE: hex to bin in C            01/01/70 00:00      
               RE: hex to bin in C            01/01/70 00:00      
            RE: hex to bin in C            01/01/70 00:00      
            RE: hex to bin in C.berkin            01/01/70 00:00      
            RE: hex to bin in C            01/01/70 00:00      
               RE: hex to bin in C            01/01/70 00:00      
   RE: hex to bin in C            01/01/70 00:00      

Back to Subject List