Click here to Skip to main content
15,909,829 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralSave Dialog Box Pin
Anthony988726-Mar-02 3:21
Anthony988726-Mar-02 3:21 
Generaldebugging Pin
Rajveer26-Mar-02 3:06
Rajveer26-Mar-02 3:06 
GeneralRe: debugging Pin
Tim Smith26-Mar-02 3:21
Tim Smith26-Mar-02 3:21 
GeneralRe: debugging Pin
26-Mar-02 3:58
suss26-Mar-02 3:58 
GeneralRe: debugging Pin
Tim Smith26-Mar-02 5:16
Tim Smith26-Mar-02 5:16 
GeneralRe: debugging Pin
Tomasz Sowinski26-Mar-02 3:24
Tomasz Sowinski26-Mar-02 3:24 
GeneralRe: debugging Pin
26-Mar-02 3:59
suss26-Mar-02 3:59 
GeneralRe: debugging Pin
DRHuff26-Mar-02 10:58
DRHuff26-Mar-02 10:58 
Don't - instead figure out what is setting the bad values.

Those numbers indicate that you are doing something wrong. If the variables are uninitialized there is no guarantee that they will always be the same. If you are dividing by 0 or taking the log of a negative number you should be checking your inputs because they are faulty.





Dave Huff

There are no small projects - only young ones.
GeneralRe: We were both wrong Tom Pin
Tim Smith26-Mar-02 5:13
Tim Smith26-Mar-02 5:13 
QuestionHow to show and handle CFormView in ActiveX Pin
sanskypotov26-Mar-02 2:59
sanskypotov26-Mar-02 2:59 
AnswerRe: How to show and handle CFormView in ActiveX Pin
Michael P Butler26-Mar-02 3:24
Michael P Butler26-Mar-02 3:24 
GeneralThanks, but according to Q155973 Pin
sanskypotov26-Mar-02 19:52
sanskypotov26-Mar-02 19:52 
AnswerRe: How to show and handle CFormView in ActiveX Pin
Joaquín M López Muñoz26-Mar-02 3:25
Joaquín M López Muñoz26-Mar-02 3:25 
GeneralFinding tree root Pin
26-Mar-02 3:04
suss26-Mar-02 3:04 
GeneralRe: Finding tree root Pin
Tomasz Sowinski26-Mar-02 3:38
Tomasz Sowinski26-Mar-02 3:38 
GeneralPassing parameters to a Dialog Pin
Sayan Mukherjee26-Mar-02 2:28
Sayan Mukherjee26-Mar-02 2:28 
GeneralRe: Passing parameters to a Dialog Pin
Tomasz Sowinski26-Mar-02 2:36
Tomasz Sowinski26-Mar-02 2:36 
GeneralRe: Passing parameters to a Dialog Pin
26-Mar-02 2:47
suss26-Mar-02 2:47 
GeneralRe: Passing parameters to a Dialog Pin
Tomasz Sowinski26-Mar-02 2:53
Tomasz Sowinski26-Mar-02 2:53 
GeneralRe: Passing parameters to a Dialog Pin
Nish Nishant26-Mar-02 3:09
sitebuilderNish Nishant26-Mar-02 3:09 
GeneralRe: Passing parameters to a Dialog Pin
Tomasz Sowinski26-Mar-02 3:27
Tomasz Sowinski26-Mar-02 3:27 
GeneralRe: Passing parameters to a Dialog Pin
Sayan Mukherjee26-Mar-02 2:43
Sayan Mukherjee26-Mar-02 2:43 
GeneralRe: Passing parameters to a Dialog Pin
Tomasz Sowinski26-Mar-02 2:48
Tomasz Sowinski26-Mar-02 2:48 
GeneralRe: Passing parameters to a Dialog Pin
Ravi Bhavnani26-Mar-02 3:14
professionalRavi Bhavnani26-Mar-02 3:14 
GeneralRe: Passing parameters to a Dialog Pin
26-Mar-02 2:43
suss26-Mar-02 2:43 

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.