Click here to Skip to main content
16,005,120 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: isValidDoubleValue(double *) Pin
Tibor Blazko12-May-04 4:39
Tibor Blazko12-May-04 4:39 
GeneralRe: isValidDoubleValue(double *) Pin
jmkhael12-May-04 4:53
jmkhael12-May-04 4:53 
GeneralRe: isValidDoubleValue(double *) Pin
Tibor Blazko12-May-04 4:57
Tibor Blazko12-May-04 4:57 
GeneralRe: isValidDoubleValue(double *) Pin
Jens Doose12-May-04 4:54
Jens Doose12-May-04 4:54 
GeneralRe: isValidDoubleValue(double *) Pin
Tibor Blazko12-May-04 4:59
Tibor Blazko12-May-04 4:59 
GeneralRe: isValidDoubleValue(double *) Pin
David Crow12-May-04 4:38
David Crow12-May-04 4:38 
GeneralRe: isValidDoubleValue(double *) Pin
Tibor Blazko12-May-04 4:40
Tibor Blazko12-May-04 4:40 
GeneralRe: isValidDoubleValue(double *) Pin
Chris Meech12-May-04 6:50
Chris Meech12-May-04 6:50 
I'm might be missing something here, but if it just uninitialised variables, the following might help you out.
try
{
  dValue  =  *dPtr;
}
catch( . . . )
{
  dValue  =  0.0;
}


Chris Meech

We're more like a hobbiest in a Home Depot drooling at all the shiny power tools, rather than a craftsman that makes the chair to an exacting level of comfort by measuring the customer's butt. Marc Clifton

VB is like a toolbox, in the hands of a craftsman, you can end up with some amazing stuff, but without the skills to use it right you end up with Homer Simpson's attempt at building a barbeque or his attempt at a Spice rack. Michael P. Butler
GeneralRe: isValidDoubleValue(double *) Pin
Tibor Blazko12-May-04 22:36
Tibor Blazko12-May-04 22:36 
GeneralRe: isValidDoubleValue(double *) Pin
Tim Smith12-May-04 11:05
Tim Smith12-May-04 11:05 
Generalcatching events that are outside my program Pin
caykahve12-May-04 3:19
caykahve12-May-04 3:19 
GeneralRe: catching events that are outside my program Pin
jmkhael12-May-04 3:27
jmkhael12-May-04 3:27 
Questionwhy splitter window fail? Pin
vividtang12-May-04 2:55
vividtang12-May-04 2:55 
AnswerRe: why splitter window fail? Pin
RobJones12-May-04 4:00
RobJones12-May-04 4:00 
GeneralPREPROC_HEADERS Pin
SuzannaS12-May-04 2:33
SuzannaS12-May-04 2:33 
GeneralRe: PREPROC_HEADERS Pin
David Crow12-May-04 3:09
David Crow12-May-04 3:09 
GeneralRe: PREPROC_HEADERS Pin
SuzannaS17-May-04 2:26
SuzannaS17-May-04 2:26 
GeneralTimers Pin
cberam12-May-04 2:25
cberam12-May-04 2:25 
GeneralRe: Timers Pin
toxcct12-May-04 2:33
toxcct12-May-04 2:33 
GeneralRe: Timers Pin
cberam12-May-04 2:44
cberam12-May-04 2:44 
GeneralRe: Timers Pin
toxcct12-May-04 2:45
toxcct12-May-04 2:45 
GeneralRe: Timers Pin
cberam12-May-04 2:50
cberam12-May-04 2:50 
GeneralRe: Timers Pin
toxcct12-May-04 2:54
toxcct12-May-04 2:54 
GeneralRe: Timers Pin
cberam14-May-04 19:27
cberam14-May-04 19:27 
GeneralRe: Timers Pin
David Crow12-May-04 3:06
David Crow12-May-04 3:06 

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.