Click here to Skip to main content
15,898,035 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: Calling as CreateServiceW() , when I call for CreateService() from C++/CLI Pin
Richard MacCutchan5-Feb-10 2:19
mveRichard MacCutchan5-Feb-10 2:19 
QuestionC++ Stack Semantics for Reference Types oddity Pin
Edward Diener4-Feb-10 7:36
Edward Diener4-Feb-10 7:36 
AnswerMessage Closed Pin
10-Mar-10 14:13
_beauw_10-Mar-10 14:13 
GeneralRe: C++ Stack Semantics for Reference Types oddity Pin
Edward Diener11-Mar-10 4:50
Edward Diener11-Mar-10 4:50 
QuestionSimple question on String to double Pin
Andreoli Carlo4-Feb-10 3:02
professionalAndreoli Carlo4-Feb-10 3:02 
AnswerRe: Simple question on String to double Pin
Richard MacCutchan4-Feb-10 3:10
mveRichard MacCutchan4-Feb-10 3:10 
GeneralRe: Simple question on String to double Pin
Andreoli Carlo4-Feb-10 3:46
professionalAndreoli Carlo4-Feb-10 3:46 
GeneralRe: Simple question on String to double Pin
Richard MacCutchan4-Feb-10 4:21
mveRichard MacCutchan4-Feb-10 4:21 
barbetto80 wrote:
what i'll do is truncate after 2 decimal unit when visualizing the data


Before taking this decision, make sure this will give you the results you need. For example using float/double for financial data is not a good idea as the roundings may cause loss of accuracy. This may not seem important with an example such as you showed above but it gets worse if you use the data in calculations and you can end up with significant errors in your results.

MVP 2010 - are they mad?

GeneralRe: Simple question on String to double Pin
Andreoli Carlo5-Feb-10 0:22
professionalAndreoli Carlo5-Feb-10 0:22 
AnswerRe: Simple question on String to double Pin
Luc Pattyn4-Feb-10 3:31
sitebuilderLuc Pattyn4-Feb-10 3:31 
AnswerRe: Simple question on String to double Pin
zhushaolin20054-Feb-10 14:56
zhushaolin20054-Feb-10 14:56 
GeneralRe: Simple question on String to double Pin
Richard MacCutchan4-Feb-10 22:19
mveRichard MacCutchan4-Feb-10 22:19 
QuestionCopyFile method and String conversions Pin
paul903825-Jan-10 4:11
paul903825-Jan-10 4:11 
AnswerRe: CopyFile method and String conversions Pin
Covean25-Jan-10 5:13
Covean25-Jan-10 5:13 
AnswerRe: CopyFile method and String conversions Pin
Mark Salsbery25-Jan-10 6:24
Mark Salsbery25-Jan-10 6:24 
AnswerRe: CopyFile method and String conversions Pin
zhushaolin200531-Jan-10 17:41
zhushaolin200531-Jan-10 17:41 
Questionerror deploying setup file managed clr form application to another pc using vc++ 2005 Pin
ajaxswan23-Jan-10 8:35
ajaxswan23-Jan-10 8:35 
AnswerRe: error deploying setup file managed clr form application to another pc using vc++ 2005 Pin
dybs23-Jan-10 18:43
dybs23-Jan-10 18:43 
AnswerRe: error deploying setup file managed clr form application to another pc using vc++ 2005 Pin
neyerMat26-Jan-10 12:24
neyerMat26-Jan-10 12:24 
QuestionUsing 64-bit IAccessible from managed code Pin
Ivo Beltchev22-Jan-10 15:38
Ivo Beltchev22-Jan-10 15:38 
QuestionSaving Bitmap image data to HGLOBAL [modified] Pin
alleyes19-Jan-10 9:40
professionalalleyes19-Jan-10 9:40 
GeneralRe: Saving Bitmap image data to HGLOBAL [modified] Pin
Andreoli Carlo19-Jan-10 21:00
professionalAndreoli Carlo19-Jan-10 21:00 
QuestionRe: Saving Bitmap image data to HGLOBAL Pin
alleyes20-Jan-10 1:38
professionalalleyes20-Jan-10 1:38 
AnswerRe: Saving Bitmap image data to HGLOBAL Pin
Andreoli Carlo20-Jan-10 3:17
professionalAndreoli Carlo20-Jan-10 3:17 
GeneralRe: Saving Bitmap image data to HGLOBAL Pin
alleyes20-Jan-10 3:52
professionalalleyes20-Jan-10 3:52 

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.