Re: convert binary o hexadecimal
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
Hello, can someone tell me with which function to convert binary to haxadecimal after i use hash functions. thanks He.