Thread: Software help
View Single Post
  #1 (permalink)  
Old 03-17-2008, 02:20 PM
xxxitaliaxxx13 xxxitaliaxxx13 is offline
Newbie
 
Join Date: Mar 2008
Posts: 1
Rep Power: 0
xxxitaliaxxx13 is on a distinguished road
Default Software help

Hey guys im new here and not to sure if im posting this in the right area but i need abit of help with a couple "easy" programs. Im trying to write a short test program that will

1) display an unsigned integer to the screen as a hex number from 0000 to FFFF
2) display an unsigned integer to the screen as a decimal number from 0 65535
3) read a 4 digit hex number, 0000 to FFFF, and store it as a unsigned int.
4) read a 5 digit dec. number, 00000 to 65535, and store it as a unsigned int.

if any can help me out that would be amazing
Reply With Quote

Sponsored Links