vijay496 0 Newbie Poster 13 Years Ago Plz help me in writing a prog that coverts a integer values to respective hexa value and store it to a file eg: in file i need like this 15 0xf(0x mandatory), 255 0xff 254 0xfe java 0 0 Reply with Quote Share Recommended Answers Collapse Answers Answered by hiddepolen 32 in a post from 13 Years Ago Integer.toHexString(myInt) Jump to Post All 2 Replies stultuske 1,116 Posting Maven Featured Poster 13 Years Ago what do you have so far? 0 0 Reply with Quote Share hiddepolen 32 Posting Whiz in Training 13 Years Ago Integer.toHexString(myInt) 1 0 Reply with Quote Share Share Facebook Twitter LinkedIn Reply to this topic Be a part of the DaniWeb community We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge. Sign Up — It's Free!
stultuske 1,116 Posting Maven Featured Poster 13 Years Ago what do you have so far? 0 0 Reply with Quote Share
hiddepolen 32 Posting Whiz in Training 13 Years Ago Integer.toHexString(myInt) 1 0 Reply with Quote Share