Re: Binary to Hexadecimal Conversion
- From: "lei" <m_de_robles@xxxxxxxxx>
- Date: 30 Dec 2006 02:33:41 -0800
Thomas Schodt wrote:
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.
please explain further and suggest a solution(if it's okay), thank you
so much!
.
- Follow-Ups:
- Re: Binary to Hexadecimal Conversion
- From: lei
- Re: Binary to Hexadecimal Conversion
- References:
- Binary to Hexadecimal Conversion
- From: lei
- Re: Binary to Hexadecimal Conversion
- From: Thomas Schodt
- Binary to Hexadecimal Conversion
- Prev by Date: Re: Q: Applet context streams
- Next by Date: Re: Binary to Hexadecimal Conversion
- Previous by thread: Re: Binary to Hexadecimal Conversion
- Next by thread: Re: Binary to Hexadecimal Conversion
- Index(es):
Relevant Pages
|
|