Click here to Skip to main content
16,011,711 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: another one! Pin
Atul Dharne7-Feb-02 17:59
Atul Dharne7-Feb-02 17:59 
GeneralRe: another one! Pin
7-Feb-02 18:05
suss7-Feb-02 18:05 
GeneralRe: another one! Pin
Atul Dharne7-Feb-02 18:30
Atul Dharne7-Feb-02 18:30 
GeneralRe: another one! Pin
7-Feb-02 18:59
suss7-Feb-02 18:59 
GeneralRe: another one! Pin
Nish Nishant7-Feb-02 19:29
sitebuilderNish Nishant7-Feb-02 19:29 
GeneralRe: How to DEBUG... Pin
Atul Dharne7-Feb-02 21:08
Atul Dharne7-Feb-02 21:08 
GeneralRe: How to DEBUG... Pin
8-Feb-02 1:37
suss8-Feb-02 1:37 
GeneralRe: another one! Pin
Rick York7-Feb-02 20:01
mveRick York7-Feb-02 20:01 
It has become abundantly obvious that you need to learn how to debug YOUR OWN code. One of the first things I do in this situation is to expand all code expressions. Break them down to their simplest components and use LOTS of temporary variables so that you can examine each of their values. This may not be the most efficient of methods but that is not a high priority for you at this point in time. I see lots of pointer derefs in your code. Make each of them a temporary variable so that you see what the assignment actually is. Step into each of these function calls so that you see what is actually going on.

This is the only way that you will really learn what your code is doing.

GeneralTab or No Tab :: C++ Compilers Pin
valikac7-Feb-02 16:33
valikac7-Feb-02 16:33 
GeneralRe: Tab or No Tab :: C++ Compilers Pin
Nish Nishant7-Feb-02 16:47
sitebuilderNish Nishant7-Feb-02 16:47 
GeneralRe: Tab or No Tab :: C++ Compilers Pin
Rick York7-Feb-02 20:08
mveRick York7-Feb-02 20:08 
GeneralRe: Tab or No Tab :: C++ Compilers Pin
Roger Allen8-Feb-02 3:24
Roger Allen8-Feb-02 3:24 
GeneralRe: Tab or No Tab :: C++ Compilers Pin
Atul Dharne7-Feb-02 17:02
Atul Dharne7-Feb-02 17:02 
GeneralRe: Tab or No Tab :: C++ Compilers Pin
markkuk7-Feb-02 20:18
markkuk7-Feb-02 20:18 
GeneralRe: Tab or No Tab :: C++ Compilers Pin
valikac8-Feb-02 10:48
valikac8-Feb-02 10:48 
General.cur files Pin
Steve L.7-Feb-02 16:01
Steve L.7-Feb-02 16:01 
GeneralRe: .cur files Pin
alex.barylski7-Feb-02 16:11
alex.barylski7-Feb-02 16:11 
GeneralRe: .cur files Pin
8-Feb-02 2:56
suss8-Feb-02 2:56 
GeneralRe: .cur files Pin
8-Feb-02 2:57
suss8-Feb-02 2:57 
GeneralCSplitterWnd Pin
alex.barylski7-Feb-02 15:16
alex.barylski7-Feb-02 15:16 
GeneralRe: CSplitterWnd Pin
Nish Nishant7-Feb-02 16:26
sitebuilderNish Nishant7-Feb-02 16:26 
GeneralRe: CSplitterWnd Pin
alex.barylski7-Feb-02 17:01
alex.barylski7-Feb-02 17:01 
GeneralRe: CSplitterWnd Pin
Nish Nishant7-Feb-02 17:32
sitebuilderNish Nishant7-Feb-02 17:32 
GeneralRe: CSplitterWnd Pin
alex.barylski7-Feb-02 17:39
alex.barylski7-Feb-02 17:39 
GeneralRe: CSplitterWnd Pin
alex.barylski7-Feb-02 17:11
alex.barylski7-Feb-02 17:11 

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.