Click here to Skip to main content
15,879,348 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Problem with read StdOut from *.com files under Vista Pin
Madhu Nair11-May-09 9:47
Madhu Nair11-May-09 9:47 
GeneralRe: Problem with read StdOut from *.com files under Vista Pin
Slepchenkov13-May-09 0:43
Slepchenkov13-May-09 0:43 
QuestionHow to store spcial characters including NUL (0x00) in MS ACCESS(*.mdb) using c++ Pin
Member 46202168-May-09 2:29
Member 46202168-May-09 2:29 
QuestionRe: How to store spcial characters including NUL (0x00) in MS ACCESS(*.mdb) using c++ Pin
David Crow8-May-09 2:50
David Crow8-May-09 2:50 
AnswerRe: How to store spcial characters including NUL (0x00) in MS ACCESS(*.mdb) using c++ Pin
Member 46202168-May-09 4:09
Member 46202168-May-09 4:09 
GeneralRe: How to store spcial characters including NUL (0x00) in MS ACCESS(*.mdb) using c++ Pin
David Crow8-May-09 5:21
David Crow8-May-09 5:21 
AnswerRe: How to store spcial characters including NUL (0x00) in MS ACCESS(*.mdb) using c++ Pin
Madhu Nair8-May-09 4:24
Madhu Nair8-May-09 4:24 
QuestionNaN comparison in vc6 & vc8 Pin
dotnetkoders8-May-09 2:27
dotnetkoders8-May-09 2:27 
Hi,
The below code works fine in VC6.
double i =-3.3;
double j =2.4;
double result = pow(i,j);
if (result <1.0E-13)
{
printf("true");
}
else
{
printf("false");
}

In VC6, IF condition is true. Whereas in VC8, its failing.

Could any one explain the reason, why its failing in VC8.

Thanks,
Anandi
AnswerRe: NaN comparison in vc6 & vc8 Pin
David Crow8-May-09 2:45
David Crow8-May-09 2:45 
GeneralRe: NaN comparison in vc6 & vc8 Pin
dotnetkoders8-May-09 3:02
dotnetkoders8-May-09 3:02 
QuestionRe: NaN comparison in vc6 & vc8 Pin
David Crow8-May-09 3:46
David Crow8-May-09 3:46 
AnswerRe: NaN comparison in vc6 & vc8 Pin
Stuart Dootson8-May-09 3:25
professionalStuart Dootson8-May-09 3:25 
QuestionRe: NaN comparison in vc6 & vc8 Pin
CPallini8-May-09 5:53
mveCPallini8-May-09 5:53 
QuestionDynamically place .NET controls on Win32/MFC windows. Pin
rwe18128-May-09 2:24
rwe18128-May-09 2:24 
AnswerRe: Dynamically place .NET controls on Win32/MFC windows. Pin
Stuart Dootson8-May-09 8:24
professionalStuart Dootson8-May-09 8:24 
GeneralRe: Dynamically place .NET controls on Win32/MFC windows. Pin
rwe181210-May-09 22:42
rwe181210-May-09 22:42 
GeneralRe: Dynamically place .NET controls on Win32/MFC windows. Pin
Stuart Dootson10-May-09 23:27
professionalStuart Dootson10-May-09 23:27 
QuestionHow to Recognise a window Pin
john56328-May-09 2:12
john56328-May-09 2:12 
AnswerRe: How to Recognise a window Pin
_AnsHUMAN_ 8-May-09 2:16
_AnsHUMAN_ 8-May-09 2:16 
QuestionRe: How to Recognise a window Pin
David Crow8-May-09 2:35
David Crow8-May-09 2:35 
AnswerRe: How to Recognise a window Pin
john56328-May-09 2:43
john56328-May-09 2:43 
QuestionRe: How to Recognise a window Pin
David Crow8-May-09 2:53
David Crow8-May-09 2:53 
AnswerRe: How to Recognise a window Pin
john56328-May-09 3:12
john56328-May-09 3:12 
QuestionRe: How to Recognise a window Pin
David Crow8-May-09 3:47
David Crow8-May-09 3:47 
AnswerRe: How to Recognise a window Pin
john56328-May-09 6:53
john56328-May-09 6:53 

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.