Click here to Skip to main content
15,917,793 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Using an API Pin
Saurabh.Garg29-Sep-09 16:13
Saurabh.Garg29-Sep-09 16:13 
GeneralRe: Using an API Pin
dipuks30-Sep-09 3:39
dipuks30-Sep-09 3:39 
GeneralRe: Using an API Pin
Saurabh.Garg30-Sep-09 4:00
Saurabh.Garg30-Sep-09 4:00 
QuestionWrite and read the same file in the same C program? Pin
Razanust29-Sep-09 14:02
Razanust29-Sep-09 14:02 
AnswerRe: Write and read the same file in the same C program? Pin
David Crow29-Sep-09 15:55
David Crow29-Sep-09 15:55 
Questionwhat other files can IE display if without software support? Pin
includeh1029-Sep-09 11:47
includeh1029-Sep-09 11:47 
AnswerRe: what other files can IE display if without software support? Pin
enhzflep29-Sep-09 12:03
enhzflep29-Sep-09 12:03 
AnswerRe: what other files can IE display if without software support? Pin
Saurabh.Garg29-Sep-09 14:19
Saurabh.Garg29-Sep-09 14:19 
GeneralRe: what other files can IE display if without software support? Pin
David Crow29-Sep-09 15:32
David Crow29-Sep-09 15:32 
GeneralRe: what other files can IE display if without software support? Pin
Saurabh.Garg29-Sep-09 15:37
Saurabh.Garg29-Sep-09 15:37 
GeneralRe: what other files can IE display if without software support? Pin
includeh1029-Sep-09 19:08
includeh1029-Sep-09 19:08 
GeneralRe: what other files can IE display if without software support? Pin
Saurabh.Garg29-Sep-09 19:14
Saurabh.Garg29-Sep-09 19:14 
QuestionWhy does upload/download change file size? Pin
includeh1029-Sep-09 9:21
includeh1029-Sep-09 9:21 
QuestionRe: Why does upload/download change file size? Pin
David Crow29-Sep-09 10:51
David Crow29-Sep-09 10:51 
AnswerRe: Why does upload/download change file size? Pin
includeh1029-Sep-09 11:19
includeh1029-Sep-09 11:19 
AnswerRe: Why does upload/download change file size? Pin
CPallini29-Sep-09 10:59
mveCPallini29-Sep-09 10:59 
GeneralRe: Why does upload/download change file size? Pin
includeh1029-Sep-09 11:35
includeh1029-Sep-09 11:35 
GeneralRe: Why does upload/download change file size? Pin
Saurabh.Garg29-Sep-09 14:21
Saurabh.Garg29-Sep-09 14:21 
QuestionINF and/or NAN (global) exception during debug Pin
Russell'29-Sep-09 3:38
Russell'29-Sep-09 3:38 
AnswerRe: INF and/or NAN (global) exception during debug [modified] Pin
Nishad S29-Sep-09 4:04
Nishad S29-Sep-09 4:04 
GeneralRe: INF and/or NAN (global) exception during debug Pin
Russell'29-Sep-09 4:25
Russell'29-Sep-09 4:25 
In that cases I think it is possible to use functions like isnan() and isinf().
Other test like you wrote probably will fail because you can't use standard math in that cases.

But the problem is that I have to find when and where the problem happens to set some addictional line to let the algorithm be safer. So I can't check every single line with breakpoints (only the lines of the algorithm that I'm testing are more than 10000 and on different files).

It is surely needed an help from the debugger, it have to check for us and open a dialog like happens for ASSERTs so we can work. Cry | :((

It looks strange that there isn't any option that can be set into the debugger...


Russell

GeneralRe: INF and/or NAN (global) exception during debug Pin
Richard MacCutchan29-Sep-09 5:46
mveRichard MacCutchan29-Sep-09 5:46 
GeneralRe: INF and/or NAN (global) exception during debug Pin
Russell'29-Sep-09 6:20
Russell'29-Sep-09 6:20 
QuestionRe: INF and/or NAN (global) exception during debug Pin
David Crow29-Sep-09 5:12
David Crow29-Sep-09 5:12 
AnswerRe: INF and/or NAN (global) exception during debug Pin
Nishad S29-Sep-09 17:13
Nishad S29-Sep-09 17:13 

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.