Click here to Skip to main content
15,904,817 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: auto_ptr assignment compile error Pin
CPallini30-Mar-08 1:33
mveCPallini30-Mar-08 1:33 
GeneralRe: auto_ptr assignment compile error Pin
George_George30-Mar-08 2:38
George_George30-Mar-08 2:38 
GeneralRe: auto_ptr assignment compile error Pin
CPallini30-Mar-08 2:43
mveCPallini30-Mar-08 2:43 
GeneralRe: auto_ptr assignment compile error Pin
George_George30-Mar-08 2:49
George_George30-Mar-08 2:49 
Generalthe debug problem in VC++ Pin
wendyyue29-Mar-08 23:19
wendyyue29-Mar-08 23:19 
GeneralRe: the debug problem in VC++ Pin
Cedric Moonen29-Mar-08 23:51
Cedric Moonen29-Mar-08 23:51 
GeneralRe: the debug problem in VC++ Pin
rp_suman30-Mar-08 1:06
rp_suman30-Mar-08 1:06 
GeneralRe: the debug problem in VC++ Pin
Saurabh.Garg30-Mar-08 1:59
Saurabh.Garg30-Mar-08 1:59 
Well one way like others said, if you are programming in Visual Studio, you can set break point and check the call stack when program crashes.

Another way is to do it like this:

int fa()<br />
{<br />
    int* a;<br />
    .<br />
    .<br />
    .<br />
    if(a == NULL)<br />
    {<br />
        cout << "fa is the culprit";<br />
    }<br />
    fun(a);<br />
}


-Saurabh
GeneralRe: the debug problem in VC++ Pin
David Crow30-Mar-08 2:54
David Crow30-Mar-08 2:54 
GeneralRe: the debug problem in VC++ Pin
Hamid_RT7-Apr-08 2:29
Hamid_RT7-Apr-08 2:29 
GeneralCustom C++ Runtime Pin
Richard Andrew x6429-Mar-08 14:24
professionalRichard Andrew x6429-Mar-08 14:24 
GeneralRe: Custom C++ Runtime Pin
Mark Salsbery29-Mar-08 14:28
Mark Salsbery29-Mar-08 14:28 
GeneralRe: Custom C++ Runtime Pin
Randor 29-Mar-08 19:25
professional Randor 29-Mar-08 19:25 
GeneralRe: Custom C++ Runtime Pin
Hamid_RT7-Apr-08 2:30
Hamid_RT7-Apr-08 2:30 
GeneralRegisterWindowClass and resources from a DLL Pin
Moak29-Mar-08 13:19
Moak29-Mar-08 13:19 
GeneralRe: RegisterWindowClass and resources from a DLL Pin
Mark Salsbery29-Mar-08 14:57
Mark Salsbery29-Mar-08 14:57 
GeneralRe: RegisterWindowClass and resources from a DLL Pin
Moak29-Mar-08 15:20
Moak29-Mar-08 15:20 
GeneralRe: RegisterWindowClass and resources from a DLL Pin
Mark Salsbery29-Mar-08 16:01
Mark Salsbery29-Mar-08 16:01 
GeneralRe: RegisterWindowClass and resources from a DLL Pin
Moak30-Mar-08 0:02
Moak30-Mar-08 0:02 
GeneralRe: RegisterWindowClass and resources from a DLL Pin
Moak29-Mar-08 15:47
Moak29-Mar-08 15:47 
GeneralRe: RegisterWindowClass and resources from a DLL Pin
Randor 29-Mar-08 19:21
professional Randor 29-Mar-08 19:21 
GeneralRe: RegisterWindowClass and resources from a DLL Pin
Moak30-Mar-08 0:07
Moak30-Mar-08 0:07 
GeneralRe: RegisterWindowClass and resources from a DLL Pin
Mark Salsbery30-Mar-08 6:51
Mark Salsbery30-Mar-08 6:51 
GeneralRe: RegisterWindowClass and resources from a DLL Pin
Randor 30-Mar-08 11:09
professional Randor 30-Mar-08 11:09 
GeneralRe: RegisterWindowClass and resources from a DLL Pin
Mark Salsbery30-Mar-08 11:23
Mark Salsbery30-Mar-08 11:23 

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.