Click here to Skip to main content
15,890,282 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to change font name/size in Menu? Pin
Wilson Hew11-Jun-06 18:27
Wilson Hew11-Jun-06 18:27 
AnswerRe: How to change font name/size in Menu? Pin
Hamid_RT11-Jun-06 18:52
Hamid_RT11-Jun-06 18:52 
AnswerRe: How to change font name/size in Menu? Pin
Nishad S11-Jun-06 18:55
Nishad S11-Jun-06 18:55 
AnswerRe: How to change font name/size in Menu? Pin
Ryan Binns11-Jun-06 19:13
Ryan Binns11-Jun-06 19:13 
Questionreal simple question - decimals Pin
Sam 200611-Jun-06 17:35
Sam 200611-Jun-06 17:35 
AnswerRe: real simple question - decimals Pin
Michael Dunn11-Jun-06 18:20
sitebuilderMichael Dunn11-Jun-06 18:20 
GeneralRe: real simple question - decimals Pin
bob1697212-Jun-06 8:53
bob1697212-Jun-06 8:53 
AnswerRe: real simple question - decimals Pin
bob1697211-Jun-06 18:43
bob1697211-Jun-06 18:43 
Don't forget to make sure at least one of the components in the expression is a float or a double to avoid truncations. If both x and y are int's you will notice a truncation of the result before the printf formatting occurs.

printf("%f\n",(double)x/y);
AnswerRe: real simple question - decimals Pin
Hamid_RT11-Jun-06 19:11
Hamid_RT11-Jun-06 19:11 
GeneralRe: real simple question - decimals Pin
Sam 200612-Jun-06 9:48
Sam 200612-Jun-06 9:48 
GeneralRe: real simple question - decimals Pin
Gary R. Wheeler12-Jun-06 15:11
Gary R. Wheeler12-Jun-06 15:11 
Questionhow can one repair a floppy/???? Pin
Inder gujral11-Jun-06 14:54
Inder gujral11-Jun-06 14:54 
AnswerRe: how can one repair a floppy/???? Pin
_AnsHUMAN_ 11-Jun-06 18:04
_AnsHUMAN_ 11-Jun-06 18:04 
GeneralRe: how can one repair a floppy/???? Pin
Inder gujral12-Jun-06 15:05
Inder gujral12-Jun-06 15:05 
AnswerRe: how can one repair a floppy/???? Pin
Hamid_RT11-Jun-06 19:03
Hamid_RT11-Jun-06 19:03 
GeneralRe: how can one repair a floppy/???? Pin
Inder gujral12-Jun-06 15:09
Inder gujral12-Jun-06 15:09 
GeneralRe: how can one repair a floppy/???? Pin
Gary R. Wheeler12-Jun-06 15:14
Gary R. Wheeler12-Jun-06 15:14 
GeneralRe: how can one repair a floppy/???? Pin
Hamid_RT12-Jun-06 18:42
Hamid_RT12-Jun-06 18:42 
GeneralRe: how can one repair a floppy/???? Pin
Gary R. Wheeler13-Jun-06 1:13
Gary R. Wheeler13-Jun-06 1:13 
GeneralRe: how can one repair a floppy/???? Pin
Hamid_RT13-Jun-06 2:09
Hamid_RT13-Jun-06 2:09 
QuestionHow to detect bad sectors on a floppy?? Pin
Inder gujral11-Jun-06 14:52
Inder gujral11-Jun-06 14:52 
AnswerRe: How to detect bad sectors on a floppy?? Pin
Jun Du11-Jun-06 15:22
Jun Du11-Jun-06 15:22 
QuestionAlignment of subitem image in List Control Pin
Zaheer Abbas11-Jun-06 14:06
Zaheer Abbas11-Jun-06 14:06 
AnswerRe: Alignment of subitem image in List Control Pin
Hamid_RT11-Jun-06 18:44
Hamid_RT11-Jun-06 18:44 
GeneralRe: Alignment of subitem image in List Control Pin
Zaheer Abbas12-Jun-06 0:48
Zaheer Abbas12-Jun-06 0:48 

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.