Enter Keywords:
Search Within Results
 
 
Narrow Results
Can't Find a Solution
 
 
 
1 - 5 of 5(0.026 seconds)
Sort By:
 
Hi, I need a function in C that converts a character (char) to a decimal ... I will be thankful to anyone who can provide this ...
Zones: CDate Answered: 02/26/2005 Rating: 9.0 Views: 0
sprintf(myHex, "%x", myInt); works for small numbers but is there a way to convert large numbers (larger than 2^32) to hex string or number in C? Thank you!
Zones: VB Controls, C, CodeWarriorDate Answered: 04/24/2009 Rating: 8.4 Views: 0
Hi,     is there any function in C that will take an ascii value, eg s and return its hex value eg 0x73. Thanks Shav
Zones: CDate Answered: 01/19/2005 Rating: 7.4 Views: 0
i have 4 variables: String a; int b; int c; String d; a = "46 30 52 31"; b = 16; //b and c are in normal format; c = 255; I would like to: 1. convert b and c into hex number (b and c ...
Zones: CDate Answered: 02/27/2005 Rating: 5.4 Views: 0
#ifdef abc const UINT8 temp[]= {       0x0c,0x00,0x80,0x00,0x60,0x00,0x10,0x00,0x00,0x90,       0x00,0x00,0xdf,0x0e,0x1f,0x07,0xdf,0x06,0x1f,0x07,       ..... } const UINT temp2[]= { 0x1f,0x07,0xdf,0x...
Zones: CDate Answered: 12/07/2003 Rating: 5.2 Views: 0
 
  • 1