![]() |
| | #1 |
| Registered User Join Date: Dec 2007
Posts: 14
| In printf(), you can print a character by feeding it a hexidecimal number, as follows: Code: printf("%c", 0x61);
Thanks for any light you may be able to shed on the subject. -Aaron |
| daltore is offline | |
| | #2 | |
| C++ Witch Join Date: Oct 2003 Location: Singapore
Posts: 10,359
| Quote:
__________________ C + C++ Compiler: MinGW port of GCC Build + Version Control System: SCons + Bazaar Look up a C/C++ Reference and learn How To Ask Questions The Smart Way | |
| laserlight is online now | |
![]() |
| Tags |
| character, constant, convert, hexidecimal, variable |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| A development process | Noir | C Programming | 30 | 10-28-2009 04:24 AM |
| [URGENT] Getting warning: null character(s) ignored repeatedly | headbr | C Programming | 10 | 07-10-2008 03:45 PM |
| How do you check how many characters a user has entered? | engstudent363 | C Programming | 5 | 04-08-2008 06:05 AM |
| help with text input | Alphawaves | C Programming | 8 | 04-08-2007 04:54 PM |
| check individual characters on input | Unregistered | C Programming | 2 | 11-18-2001 09:56 PM |