|
||||||
| C and C++ C and C++ forum for discussing all forms of C except for C#. These languages are powerful low level languages used for creating Operating Systems, Device Drivers, compilers and much more. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
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 |
| Sponsored Links |
|
|
|
|||||
|
Do you have any code so far? To display use "cout". To read input into variables use "cin". Do you know how to declare integer variables?
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog The CodeCall Wiki is now fully integrated with vBulletin users! Check it out and add some new pages! |
|
|||
|
It's worth asking if you are using C or C++. The answer varies dependent.
If you are using C you'll want to replace cin/cout with scanf and printf. |
|
|||
|
For C, use printf and scanf like so:
1) printf("%04X",myUInt); 2) printf("%u",myUInt); 3) scanf("%4x",&myUInt); 4) scanf("%d",&myUInt); |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Software Dungeon | bungman | Shareware Sites | 10 | 08-21-2008 07:45 AM |
| Successfully Selling Your Software | Jordan | Tutorials | 11 | 07-16-2008 06:25 PM |
| Get installed software information | IUnknown | Software Development Tools | 5 | 10-15-2007 07:29 PM |
| WingedPanther | ........ | 2753.6 |
| Xav | ........ | 2704 |
| Brandon W | ........ | 1702.32 |
| John | ........ | 1207.73 |
| marwex89 | ........ | 1175.24 |
| morefood2001 | ........ | 966.05 |
| dcs | ........ | 655.75 |
| Steve.L | ........ | 475.59 |
| orjan | ........ | 418.58 |
| Aereshaa | ........ | 383.54 |