Click here to Skip to main content
15,901,666 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalbyte to hex string Pin
richiemac12-May-05 23:50
richiemac12-May-05 23:50 
GeneralRe: byte to hex string Pin
toxcct12-May-05 23:54
toxcct12-May-05 23:54 
GeneralRe: byte to hex string Pin
richiemac13-May-05 0:13
richiemac13-May-05 0:13 
GeneralRe: byte to hex string Pin
toxcct13-May-05 0:51
toxcct13-May-05 0:51 
GeneralRe: byte to hex string Pin
richiemac13-May-05 1:37
richiemac13-May-05 1:37 
GeneralRe: byte to hex string Pin
David Crow13-May-05 2:15
David Crow13-May-05 2:15 
GeneralRe: byte to hex string Pin
toxcct13-May-05 2:20
toxcct13-May-05 2:20 
GeneralRe: byte to hex string Pin
itkid13-May-05 1:47
itkid13-May-05 1:47 
Hi Dear,
Just do the following
byte _val;
char _data[4]="";
sscanf(_data,"%x",&_val);

Regards
~Kid
GeneralRe: byte to hex string Pin
David Crow13-May-05 2:19
David Crow13-May-05 2:19 
GeneralRe: byte to hex string Pin
richiemac13-May-05 3:18
richiemac13-May-05 3:18 
GeneralRe: byte to hex string Pin
David Crow13-May-05 3:26
David Crow13-May-05 3:26 
GeneralRe: byte to hex string Pin
richiemac13-May-05 4:02
richiemac13-May-05 4:02 
GeneralRe: byte to hex string Pin
toxcct13-May-05 4:14
toxcct13-May-05 4:14 
GeneralRe: byte to hex string Pin
David Crow13-May-05 4:21
David Crow13-May-05 4:21 
GeneralRe: byte to hex string Pin
richiemac13-May-05 4:26
richiemac13-May-05 4:26 
GeneralCMap lookup Pin
rgchezhian12-May-05 23:19
rgchezhian12-May-05 23:19 
GeneralRe: CMap lookup Pin
Jack Puppy13-May-05 0:49
Jack Puppy13-May-05 0:49 
GeneralRe: CMap lookup Pin
rgchezhian13-May-05 1:59
rgchezhian13-May-05 1:59 
GeneralRe: CMap lookup Pin
David Crow13-May-05 2:21
David Crow13-May-05 2:21 
GeneralRe: CMap lookup Pin
rgchezhian13-May-05 2:37
rgchezhian13-May-05 2:37 
GeneralRe: CMap lookup Pin
Jack Puppy13-May-05 13:28
Jack Puppy13-May-05 13:28 
GeneralRe: CMap lookup Pin
rgchezhian14-May-05 21:16
rgchezhian14-May-05 21:16 
GeneralRe: CMap lookup Pin
Jack Puppy14-May-05 22:20
Jack Puppy14-May-05 22:20 
GeneralRe: CMap lookup Pin
Jack Puppy13-May-05 2:30
Jack Puppy13-May-05 2:30 
GeneralRe: CMap lookup Pin
rgchezhian13-May-05 2:35
rgchezhian13-May-05 2:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.