Click here to Skip to main content
15,922,166 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionlist in mfc Pin
kamalesh8221-Jun-06 7:42
kamalesh8221-Jun-06 7:42 
AnswerRe: list in mfc Pin
led mike21-Jun-06 7:55
led mike21-Jun-06 7:55 
GeneralRe: list in mfc Pin
kamalesh8221-Jun-06 8:00
kamalesh8221-Jun-06 8:00 
GeneralRe: list in mfc [modified] Pin
Zac Howland21-Jun-06 8:35
Zac Howland21-Jun-06 8:35 
QuestionRe: list in mfc Pin
David Crow21-Jun-06 9:11
David Crow21-Jun-06 9:11 
AnswerRe: list in mfc Pin
led mike21-Jun-06 10:19
led mike21-Jun-06 10:19 
AnswerRe: list in mfc Pin
Hamid_RT21-Jun-06 19:31
Hamid_RT21-Jun-06 19:31 
QuestionDouble to String Pin
Max++21-Jun-06 6:59
Max++21-Jun-06 6:59 
I use function _gcvt() for convert the double value to string such as:

y = 0.01;
_gcvt(y,10,buffer);
MessageBox(buffer);

My problem is that the MessageBox will show "1.e-002".
How to do if want the string "0.01" after finish this function.
AnswerRe: Double to String Pin
Greg Daye21-Jun-06 7:04
Greg Daye21-Jun-06 7:04 
AnswerRe: Double to String Pin
Jun Du21-Jun-06 7:08
Jun Du21-Jun-06 7:08 
AnswerRe: Double to String Pin
Hamid_RT21-Jun-06 19:25
Hamid_RT21-Jun-06 19:25 
QuestionMFC CfileDialog Pin
Manjunath S21-Jun-06 6:38
Manjunath S21-Jun-06 6:38 
QuestionRe: MFC CfileDialog Pin
David Crow21-Jun-06 6:50
David Crow21-Jun-06 6:50 
QuestionRe: MFC CfileDialog Pin
Manjunath S21-Jun-06 7:20
Manjunath S21-Jun-06 7:20 
AnswerRe: MFC CfileDialog Pin
led mike21-Jun-06 7:33
led mike21-Jun-06 7:33 
GeneralRe: MFC CfileDialog Pin
Manjunath S21-Jun-06 7:42
Manjunath S21-Jun-06 7:42 
QuestionRe: MFC CfileDialog Pin
David Crow21-Jun-06 7:37
David Crow21-Jun-06 7:37 
QuestionRe: MFC CfileDialog Pin
Manjunath S21-Jun-06 7:47
Manjunath S21-Jun-06 7:47 
AnswerRe: MFC CfileDialog Pin
Justin Tay21-Jun-06 7:53
Justin Tay21-Jun-06 7:53 
AnswerRe: MFC CfileDialog Pin
David Crow21-Jun-06 7:58
David Crow21-Jun-06 7:58 
AnswerRe: MFC CfileDialog Pin
Zac Howland21-Jun-06 8:52
Zac Howland21-Jun-06 8:52 
QuestionRe: MFC CfileDialog Pin
Manjunath S21-Jun-06 19:48
Manjunath S21-Jun-06 19:48 
AnswerRe: MFC CfileDialog Pin
Zac Howland22-Jun-06 3:35
Zac Howland22-Jun-06 3:35 
QuestionRe: MFC CfileDialog Pin
Hamid_RT21-Jun-06 19:22
Hamid_RT21-Jun-06 19:22 
QuestionSetting language used for menus/dialogs (UI language) Pin
fourierman21-Jun-06 6:33
fourierman21-Jun-06 6:33 

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.