Re: Binary to Hexadecimal Conversion
- From: Thomas Schodt <spamtrap0606@xxxxxxxxxxxxxxxxx>
- Date: Sat, 30 Dec 2006 10:24:35 +0000
lei wrote:
I made this program of converting binary to hexadecimal, there are few errors which are new to me.
for(int count=hex.length; count>=0; count--){
if(hex[count]==10)
You are addressing the array 'hex' beyond the end.
.
- Follow-Ups:
- Re: Binary to Hexadecimal Conversion
- From: lei
- Re: Binary to Hexadecimal Conversion
- References:
- Binary to Hexadecimal Conversion
- From: lei
- Binary to Hexadecimal Conversion
- Prev by Date: Re: Problem with EL (Expression Language) in JST /JSP
- Next by Date: Re: Q: Applet context streams
- Previous by thread: Re: Binary to Hexadecimal Conversion
- Next by thread: Re: Binary to Hexadecimal Conversion
- Index(es):