Re: convert binary o hexadecimal

2008-01-08 Thread Minimiscience
On Jan 2, 2008 4:35 AM, Helios Nguyen <[EMAIL PROTECTED]> wrote: > can someone tell me with which function > to convert binary to haxadecimal after i use hash functions. What exactly do you mean? If you want to print a series of bytes as hexadecimal values, use the %x format specifier of printf()

convert binary o hexadecimal

2008-01-07 Thread Helios Nguyen
Hello, can someone tell me with which function to convert binary to haxadecimal after i use hash functions. thanks He.