Click here to Skip to main content
15,891,774 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Microsoft Visual Studio 6.0 Pin
Rajesh R Subramanian19-Nov-09 17:11
professionalRajesh R Subramanian19-Nov-09 17:11 
QuestionGroup Box Issue Pin
Sebin Francis19-Nov-09 16:42
Sebin Francis19-Nov-09 16:42 
QuestionProblems running code on XP x64 Pin
dybs19-Nov-09 16:29
dybs19-Nov-09 16:29 
AnswerRe: Problems running code on XP x64 Pin
Richard Andrew x6419-Nov-09 16:34
professionalRichard Andrew x6419-Nov-09 16:34 
GeneralRe: Problems running code on XP x64 Pin
dybs19-Nov-09 16:44
dybs19-Nov-09 16:44 
GeneralRe: Problems running code on XP x64 Pin
dybs20-Nov-09 3:08
dybs20-Nov-09 3:08 
GeneralRe: Problems running code on XP x64 Pin
Richard Andrew x6420-Nov-09 11:29
professionalRichard Andrew x6420-Nov-09 11:29 
QuestionHow find out the line number of died line in VC6.0? Pin
rambojanggoon19-Nov-09 15:40
rambojanggoon19-Nov-09 15:40 
AnswerRe: How find out the line number of died line in VC6.0? Pin
Chandrasekharan P19-Nov-09 15:58
Chandrasekharan P19-Nov-09 15:58 
AnswerRe: How find out the line number of died line in VC6.0? Pin
lxkjlzz19-Nov-09 16:58
lxkjlzz19-Nov-09 16:58 
GeneralRe: How find out the line number of died line in VC6.0? Pin
T210220-Nov-09 12:46
T210220-Nov-09 12:46 
QuestionRe: How find out the line number of died line in VC6.0? Pin
22491720-Nov-09 18:32
22491720-Nov-09 18:32 
Questionconverting any base to decimal base 10 Pin
Member 382253219-Nov-09 13:36
Member 382253219-Nov-09 13:36 
AnswerRe: converting any base to decimal base 10 Pin
«_Superman_»19-Nov-09 14:11
professional«_Superman_»19-Nov-09 14:11 
The formula for converting to base 10 is (base^n * dn) + ... + (base^2 * d2) + (base^1 * d1) + (base^0 * d0) read as base to the power n into dn
where d0 is the left most digit and dn is the right most digit and base is the base value using which the number is currently encoded.

Once you get the base 10 value you can convert it to any other base between 2 - 36 using the _itoa_s.

«_Superman
I love work. It gives me something to do between weekends.

Microsoft MVP (Visual C++)

GeneralRe: converting any base to decimal base 10 Pin
Member 382253227-Nov-09 14:48
Member 382253227-Nov-09 14:48 
QuestionWhat do you use CMFCRibbonBar::SetKeyboardNavigationLevel for? Pin
Dale Haessel19-Nov-09 6:34
Dale Haessel19-Nov-09 6:34 
QuestionCRichTextCtrl maintaining paragraph justification Pin
maycockt19-Nov-09 4:51
maycockt19-Nov-09 4:51 
QuestionRe: CRichTextCtrl maintaining paragraph justification Pin
Nuri Ismail19-Nov-09 5:25
Nuri Ismail19-Nov-09 5:25 
AnswerRe: CRichTextCtrl maintaining paragraph justification Pin
maycockt19-Nov-09 21:38
maycockt19-Nov-09 21:38 
GeneralRe: CRichTextCtrl maintaining paragraph justification Pin
Nuri Ismail19-Nov-09 21:53
Nuri Ismail19-Nov-09 21:53 
GeneralRe: CRichTextCtrl maintaining paragraph justification Pin
maycockt19-Nov-09 22:01
maycockt19-Nov-09 22:01 
GeneralRe: CRichTextCtrl maintaining paragraph justification Pin
Nuri Ismail19-Nov-09 22:04
Nuri Ismail19-Nov-09 22:04 
Questioneveryone, help me, please! Pin
nenfa19-Nov-09 3:59
nenfa19-Nov-09 3:59 
AnswerRe: everyone, help me, please! Pin
lxkjlzz19-Nov-09 15:57
lxkjlzz19-Nov-09 15:57 
GeneralRe: everyone, help me, please! Pin
Tim Craig19-Nov-09 18:15
Tim Craig19-Nov-09 18:15 

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.