Click here to Skip to main content
15,906,463 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Solve this runt time error code Pin
CPallini20-Oct-18 9:57
mveCPallini20-Oct-18 9:57 
QuestionMicrosoft Office Object Library Pin
john563217-Oct-18 18:32
john563217-Oct-18 18:32 
QuestionSplit paragraph into lines based on width in pixels Pin
Steve Thresher17-Oct-18 9:17
Steve Thresher17-Oct-18 9:17 
AnswerRe: Split paragraph into lines based on width in pixels Pin
Dave Kreskowiak17-Oct-18 9:38
mveDave Kreskowiak17-Oct-18 9:38 
GeneralRe: Split paragraph into lines based on width in pixels Pin
Steve Thresher17-Oct-18 10:29
Steve Thresher17-Oct-18 10:29 
GeneralRe: Split paragraph into lines based on width in pixels Pin
Dave Kreskowiak17-Oct-18 10:36
mveDave Kreskowiak17-Oct-18 10:36 
AnswerRe: Split paragraph into lines based on width in pixels Pin
Richard MacCutchan17-Oct-18 10:36
mveRichard MacCutchan17-Oct-18 10:36 
GeneralRe: Split paragraph into lines based on width in pixels Pin
leon de boer17-Oct-18 18:39
leon de boer17-Oct-18 18:39 
GeneralRe: Split paragraph into lines based on width in pixels Pin
Richard MacCutchan17-Oct-18 21:28
mveRichard MacCutchan17-Oct-18 21:28 
AnswerRe: Split paragraph into lines based on width in pixels Pin
Joe Woodbury18-Oct-18 13:11
professionalJoe Woodbury18-Oct-18 13:11 
Questionchange C code from persistent to none persistent in HTML Pin
Roozbeh Amiressami17-Oct-18 0:51
Roozbeh Amiressami17-Oct-18 0:51 
QuestionRe: change C code from persistent to none persistent in HTML Pin
Richard MacCutchan17-Oct-18 2:24
mveRichard MacCutchan17-Oct-18 2:24 
AnswerRe: change C code from persistent to none persistent in HTML Pin
leon de boer17-Oct-18 3:48
leon de boer17-Oct-18 3:48 
QuestionGeolocation or how to find the country were my app is started Pin
jung-kreidler17-Oct-18 0:13
jung-kreidler17-Oct-18 0:13 
AnswerRe: Geolocation or how to find the country were my app is started Pin
Victor Nijegorodov17-Oct-18 2:02
Victor Nijegorodov17-Oct-18 2:02 
GeneralRe: Geolocation or how to find the country were my app is started Pin
jung-kreidler17-Oct-18 20:04
jung-kreidler17-Oct-18 20:04 
GeneralRe: Geolocation or how to find the country were my app is started Pin
Victor Nijegorodov17-Oct-18 20:46
Victor Nijegorodov17-Oct-18 20:46 
GeneralRe: Geolocation or how to find the country were my app is started Pin
jung-kreidler17-Oct-18 20:49
jung-kreidler17-Oct-18 20:49 
GeneralRe: Geolocation or how to find the country were my app is started Pin
Victor Nijegorodov17-Oct-18 21:07
Victor Nijegorodov17-Oct-18 21:07 
AnswerRe: Geolocation or how to find the country were my app is started Pin
jung-kreidler17-Oct-18 21:22
jung-kreidler17-Oct-18 21:22 
GeneralRe: Geolocation or how to find the country were my app is started Pin
Victor Nijegorodov17-Oct-18 23:51
Victor Nijegorodov17-Oct-18 23:51 
QuestionCalculating decimal places - Pin
ptr_Electron16-Oct-18 1:56
ptr_Electron16-Oct-18 1:56 
AnswerRe: Calculating decimal places - Pin
Richard MacCutchan16-Oct-18 2:05
mveRichard MacCutchan16-Oct-18 2:05 
AnswerRe: Calculating decimal places - Pin
ptr_Electron16-Oct-18 2:26
ptr_Electron16-Oct-18 2:26 
GeneralRe: Calculating decimal places - Pin
Richard MacCutchan16-Oct-18 3:40
mveRichard MacCutchan16-Oct-18 3:40 
You are unlikely to get a valid answer doing it like that. You should use something like sprintf to convert the double value to a string and set the actual number of decimal places that you want in the format string.

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.