Click here to Skip to main content
15,911,035 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Extracting array of POINTs from a CRgn Pin
Stuart Dootson6-Mar-09 12:59
professionalStuart Dootson6-Mar-09 12:59 
QuestionCString to a hex Pin
AnithaSubramani6-Mar-09 2:14
AnithaSubramani6-Mar-09 2:14 
AnswerRe: CString to a hex Pin
Cedric Moonen6-Mar-09 2:24
Cedric Moonen6-Mar-09 2:24 
GeneralRe: CString to a hex Pin
Nishad S6-Mar-09 2:33
Nishad S6-Mar-09 2:33 
GeneralRe: CString to a hex Pin
Cedric Moonen6-Mar-09 2:36
Cedric Moonen6-Mar-09 2:36 
GeneralRe: CString to a hex Pin
Eytukan6-Mar-09 2:44
Eytukan6-Mar-09 2:44 
AnswerRe: CString to a hex Pin
Akt_4_U6-Mar-09 2:30
Akt_4_U6-Mar-09 2:30 
AnswerRe: CString to a hex Pin
CPallini6-Mar-09 2:53
mveCPallini6-Mar-09 2:53 
Hex is just a convenient (context-depending) base for representing numbers.
You may do
CString str=_T("0x03");
long l = _tcstol(str, NULL, 16);


If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke

[My articles]

AnswerRe: CString to a hex Pin
David Crow6-Mar-09 2:58
David Crow6-Mar-09 2:58 
QuestionFunction Address of CWinthread::Create Pin
ForNow6-Mar-09 1:33
ForNow6-Mar-09 1:33 
AnswerRe: Function Address of CWinthread::Create Pin
CPallini6-Mar-09 1:54
mveCPallini6-Mar-09 1:54 
GeneralRe: Function Address of CWinthread::Create Pin
ForNow6-Mar-09 6:32
ForNow6-Mar-09 6:32 
AnswerRe: Function Address of CWinthread::Create Pin
Akt_4_U6-Mar-09 2:06
Akt_4_U6-Mar-09 2:06 
GeneralRe: Function Address of CWinthread::Create Pin
ForNow8-Mar-09 15:02
ForNow8-Mar-09 15:02 
GeneralRe: Function Address of CWinthread::Create Pin
ForNow8-Mar-09 22:07
ForNow8-Mar-09 22:07 
AnswerRe: Function Address of CWinthread::Create Pin
Nishad S6-Mar-09 2:08
Nishad S6-Mar-09 2:08 
GeneralRe: Function Address of CWinthread::Create Pin
ForNow6-Mar-09 6:31
ForNow6-Mar-09 6:31 
QuestionRe: Function Address of CWinthread::Create Pin
Eytukan6-Mar-09 2:38
Eytukan6-Mar-09 2:38 
AnswerRe: Function Address of CWinthread::Create Pin
ForNow6-Mar-09 6:31
ForNow6-Mar-09 6:31 
Questionabout my career! Pin
Archy_Yu6-Mar-09 1:29
Archy_Yu6-Mar-09 1:29 
AnswerRe: about my career! Pin
TreantBG6-Mar-09 1:43
TreantBG6-Mar-09 1:43 
AnswerRe: about my career! Pin
Hamid_RT6-Mar-09 1:44
Hamid_RT6-Mar-09 1:44 
AnswerRe: about my career! Pin
CPallini6-Mar-09 1:46
mveCPallini6-Mar-09 1:46 
AnswerRe: about my career! Pin
Nishad S6-Mar-09 2:12
Nishad S6-Mar-09 2:12 
AnswerRe: about my career! Pin
Code-o-mat6-Mar-09 2:42
Code-o-mat6-Mar-09 2:42 

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.