Click here to Skip to main content
16,004,887 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How can I read this listview? Pin
Michael Dunn8-Dec-06 6:05
sitebuilderMichael Dunn8-Dec-06 6:05 
AnswerRe: How can I read this listview? Pin
Maximilien8-Dec-06 6:56
Maximilien8-Dec-06 6:56 
AnswerRe: How can I read this listview? Pin
Waldermort8-Dec-06 7:04
Waldermort8-Dec-06 7:04 
GeneralRe: How can I read this listview? Pin
sebmajin8-Dec-06 7:16
sebmajin8-Dec-06 7:16 
GeneralRe: How can I read this listview? Pin
Waldermort8-Dec-06 7:49
Waldermort8-Dec-06 7:49 
GeneralRe: How can I read this listview? [modified] Pin
sebmajin8-Dec-06 8:24
sebmajin8-Dec-06 8:24 
AnswerRe: How can I read this listview? Pin
sebmajin9-Dec-06 8:27
sebmajin9-Dec-06 8:27 
QuestionString (Hex) to Hex Pin
suguimoto8-Dec-06 5:03
suguimoto8-Dec-06 5:03 
Hello,

I got a file (.INI) and it's filled with a lot of hexa numbers:
00000000
00000000
FFFFFC24
00000000
00000000
FFFFFC2C
00000000
FFFFFC70
FFFFFC24


I must convert these strings hex to real hex number, obviously they must be unsigned.
I tried a lot of ways, and got only trash Cry | :((
each line must be a row in an array, for example "unsigned int myArray[200];"
this array must be filled with hexa from the string (INI File).

Cuold anyone help me??

Thanks
AnswerRe: String (Hex) to Hex Pin
Roger Stoltz8-Dec-06 5:13
Roger Stoltz8-Dec-06 5:13 
AnswerRe: String (Hex) to Hex Pin
Waldermort8-Dec-06 5:28
Waldermort8-Dec-06 5:28 
GeneralRe: String (Hex) to Hex Pin
suguimoto8-Dec-06 6:15
suguimoto8-Dec-06 6:15 
GeneralRe: String (Hex) to Hex Pin
Mark Salsbery8-Dec-06 6:35
Mark Salsbery8-Dec-06 6:35 
GeneralRe: String (Hex) to Hex Pin
Waldermort8-Dec-06 6:42
Waldermort8-Dec-06 6:42 
GeneralRe: String (Hex) to Hex Pin
Mark Salsbery8-Dec-06 6:46
Mark Salsbery8-Dec-06 6:46 
GeneralRe: String (Hex) to Hex Pin
David Crow8-Dec-06 9:15
David Crow8-Dec-06 9:15 
GeneralRe: String (Hex) to Hex Pin
suguimoto10-Dec-06 22:12
suguimoto10-Dec-06 22:12 
QuestionRe: String (Hex) to Hex Pin
David Crow11-Dec-06 2:57
David Crow11-Dec-06 2:57 
GeneralRe: String (Hex) to Hex Pin
David Crow11-Dec-06 2:55
David Crow11-Dec-06 2:55 
GeneralRe: String (Hex) to Hex Pin
suguimoto11-Dec-06 3:07
suguimoto11-Dec-06 3:07 
QuestionRe: String (Hex) to Hex Pin
David Crow11-Dec-06 3:13
David Crow11-Dec-06 3:13 
AnswerRe: String (Hex) to Hex Pin
suguimoto11-Dec-06 3:26
suguimoto11-Dec-06 3:26 
QuestionCString to char* in UNICODE Project? Pin
bosfan8-Dec-06 4:46
bosfan8-Dec-06 4:46 
AnswerRe: CString to char* in UNICODE Project? Pin
Waldermort8-Dec-06 5:16
Waldermort8-Dec-06 5:16 
GeneralRe: CString to char* in UNICODE Project? Pin
bosfan8-Dec-06 5:46
bosfan8-Dec-06 5:46 
AnswerRe: CString to char* in UNICODE Project? Pin
Michael Dunn8-Dec-06 6:02
sitebuilderMichael Dunn8-Dec-06 6:02 

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.