Click here to Skip to main content
15,900,378 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
AnswerRe: INF and/or NAN (global) exception during debug Pin
PJ Arends29-Sep-09 6:21
professionalPJ Arends29-Sep-09 6:21 
GeneralRe: INF and/or NAN (global) exception during debug Pin
Russell'29-Sep-09 6:37
Russell'29-Sep-09 6:37 
GeneralRe: INF and/or NAN (global) exception during debug Pin
PJ Arends2-Oct-09 9:32
professionalPJ Arends2-Oct-09 9:32 
AnswerRe: INF and/or NAN (global) exception during debug Pin
Rick York29-Sep-09 6:47
mveRick York29-Sep-09 6:47 
QuestionMFC dialog: Load jpg images from a folder and display the images one by one Pin
zhangchanghe21429-Sep-09 2:57
zhangchanghe21429-Sep-09 2:57 
AnswerRe: MFC dialog: Load jpg images from a folder and display the images one by one Pin
KarstenK29-Sep-09 3:14
mveKarstenK29-Sep-09 3:14 
AnswerRe: MFC dialog: Load jpg images from a folder and display the images one by one Pin
Maximilien29-Sep-09 3:17
Maximilien29-Sep-09 3:17 
AnswerRe: MFC dialog: Load jpg images from a folder and display the images one by one Pin
Richard MacCutchan29-Sep-09 3:27
mveRichard MacCutchan29-Sep-09 3:27 
GeneralRe: MFC dialog: Load jpg images from a folder and display the images one by one Pin
kilt30-Sep-09 4:16
kilt30-Sep-09 4:16 
GeneralRe: MFC dialog: Load jpg images from a folder and display the images one by one Pin
Richard MacCutchan30-Sep-09 6:02
mveRichard MacCutchan30-Sep-09 6:02 
QuestionSyntax For Intializer list for base contructer Pin
ForNow29-Sep-09 2:56
ForNow29-Sep-09 2:56 
QuestionRe: Syntax For Intializer list for base contructer Pin
CPallini29-Sep-09 3:18
mveCPallini29-Sep-09 3:18 
AnswerRe: Syntax For Intializer list for base contructer Pin
David Crow29-Sep-09 3:26
David Crow29-Sep-09 3:26 

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.