Click here to Skip to main content
15,887,246 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questiondrive info Pin
sundar_mca2-Mar-06 0:19
sundar_mca2-Mar-06 0:19 
AnswerRe: drive info Pin
ThatsAlok2-Mar-06 18:45
ThatsAlok2-Mar-06 18:45 
QuestionHelp with IHttpNegotiate Pin
acroitor2-Mar-06 0:06
acroitor2-Mar-06 0:06 
QuestionCSocket ASSERTS on Close Pin
Sarath C1-Mar-06 23:48
Sarath C1-Mar-06 23:48 
QuestionCWnd::CreateControl error when create .NET control Pin
JohanOdin1-Mar-06 23:46
JohanOdin1-Mar-06 23:46 
Questionconverting Hex to int Pin
chaitanya221-Mar-06 23:04
chaitanya221-Mar-06 23:04 
AnswerRe: converting Hex to int Pin
Naveen1-Mar-06 23:09
Naveen1-Mar-06 23:09 
AnswerRe: converting Hex to int Pin
toxcct1-Mar-06 23:10
toxcct1-Mar-06 23:10 
this doesn't mean anything to convert from hexadecimal to int...
hexadecimal IS an integer, but it only differs from the graphical representation...
if you have 32 apples, it is the same as having 0x20 apples...

what you certainly mean however is reading hexadecimal characters from a string (but that is important to know if it is a string or not) into ints... if so, sscanf() is done your you.

otherwise, give more details about what you really have, and what you really want...

cheers,
GeneralRe: converting Hex to int Pin
chaitanya221-Mar-06 23:25
chaitanya221-Mar-06 23:25 
GeneralRe: converting Hex to int Pin
toxcct1-Mar-06 23:28
toxcct1-Mar-06 23:28 
GeneralRe: converting Hex to int Pin
Cedric Moonen1-Mar-06 23:45
Cedric Moonen1-Mar-06 23:45 
GeneralRe: converting Hex to int Pin
toxcct1-Mar-06 23:47
toxcct1-Mar-06 23:47 
GeneralRe: converting Hex to int Pin
chaitanya222-Mar-06 1:41
chaitanya222-Mar-06 1:41 
GeneralRe: converting Hex to int Pin
Cedric Moonen2-Mar-06 2:18
Cedric Moonen2-Mar-06 2:18 
GeneralRe: converting Hex to binary Pin
chaitanya222-Mar-06 2:08
chaitanya222-Mar-06 2:08 
GeneralRe: converting Hex to binary Pin
Maximilien2-Mar-06 2:26
Maximilien2-Mar-06 2:26 
AnswerRe: converting Hex to int Pin
Roger Stoltz2-Mar-06 2:15
Roger Stoltz2-Mar-06 2:15 
GeneralRe: converting Hex to int Pin
chaitanya222-Mar-06 2:21
chaitanya222-Mar-06 2:21 
GeneralRe: converting Hex to int Pin
Cedric Moonen2-Mar-06 2:58
Cedric Moonen2-Mar-06 2:58 
AnswerRe: converting Hex to int Pin
Konrad Windszus2-Mar-06 3:59
Konrad Windszus2-Mar-06 3:59 
QuestionFunction with default argument Pin
vikramlinux1-Mar-06 23:00
vikramlinux1-Mar-06 23:00 
AnswerRe: Function with default argument Pin
toxcct1-Mar-06 23:02
toxcct1-Mar-06 23:02 
GeneralRe: Function with default argument Pin
vikramlinux1-Mar-06 23:10
vikramlinux1-Mar-06 23:10 
GeneralRe: Function with default argument Pin
toxcct1-Mar-06 23:12
toxcct1-Mar-06 23:12 
AnswerRe: Function with default argument Pin
Stephen Hewitt1-Mar-06 23:12
Stephen Hewitt1-Mar-06 23:12 

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.