Click here to Skip to main content
16,006,442 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Reading XML Pin
Maximilien27-Jul-10 1:04
Maximilien27-Jul-10 1:04 
AnswerRe: Reading XML Pin
mmagill027-Jul-10 2:39
mmagill027-Jul-10 2:39 
QuestionIs there anything similar to zIndex Pin
rahul.kulshreshtha26-Jul-10 21:41
rahul.kulshreshtha26-Jul-10 21:41 
AnswerRe: Is there anything similar to zIndex Pin
Iain Clarke, Warrior Programmer26-Jul-10 22:28
Iain Clarke, Warrior Programmer26-Jul-10 22:28 
AnswerRe: Is there anything similar to zIndex Pin
Maximilien27-Jul-10 2:38
Maximilien27-Jul-10 2:38 
QuestionRe: Is there anything similar to zIndex Pin
David Crow27-Jul-10 3:12
David Crow27-Jul-10 3:12 
QuestionDebug Assertion Failed! Pin
T.RATHA KRISHNAN26-Jul-10 21:25
T.RATHA KRISHNAN26-Jul-10 21:25 
AnswerRe: Debug Assertion Failed! Pin
Aescleal26-Jul-10 22:26
Aescleal26-Jul-10 22:26 
If you ever needed an advert to avoid pointers and dynamic memory allocation until you know what you're doing, this is it! The error happens when you're trying to delete an object or free a block of memory with a pointer that's invalid.

You're either:

- trying to delete or free something twice

- overwriting the pointer with an invalid value

The way of getting around this sort of error is not to do it. Use smart pointers rather than raw pointers to hold objects and use stack based variables wherever you can.

Cheers,

Ash
GeneralRe: Debug Assertion Failed! Pin
T.RATHA KRISHNAN26-Jul-10 22:39
T.RATHA KRISHNAN26-Jul-10 22:39 
GeneralRe: Debug Assertion Failed! Pin
Cedric Moonen26-Jul-10 22:51
Cedric Moonen26-Jul-10 22:51 
GeneralRe: Debug Assertion Failed! Pin
Aescleal27-Jul-10 1:09
Aescleal27-Jul-10 1:09 
AnswerRe: Debug Assertion Failed! Pin
Iain Clarke, Warrior Programmer26-Jul-10 22:37
Iain Clarke, Warrior Programmer26-Jul-10 22:37 
GeneralRe: Debug Assertion Failed! Pin
Aescleal27-Jul-10 1:07
Aescleal27-Jul-10 1:07 
QuestionBITMAP Pin
rjkg26-Jul-10 19:54
rjkg26-Jul-10 19:54 
AnswerRe: BITMAP Pin
«_Superman_»26-Jul-10 20:03
professional«_Superman_»26-Jul-10 20:03 
AnswerRe: BITMAP Pin
Chris Losinger27-Jul-10 1:41
professionalChris Losinger27-Jul-10 1:41 
QuestionNumber of process in Session 0 Pin
Cvaji26-Jul-10 19:22
Cvaji26-Jul-10 19:22 
AnswerRe: Number of process in Session 0 Pin
«_Superman_»26-Jul-10 19:25
professional«_Superman_»26-Jul-10 19:25 
GeneralRe: Number of process in Session 0 Pin
Cvaji26-Jul-10 19:36
Cvaji26-Jul-10 19:36 
GeneralRe: Number of process in Session 0 Pin
«_Superman_»26-Jul-10 19:37
professional«_Superman_»26-Jul-10 19:37 
GeneralRe: Number of process in Session 0 Pin
ThatsAlok26-Jul-10 19:38
ThatsAlok26-Jul-10 19:38 
GeneralRe: Number of process in Session 0 Pin
Cvaji26-Jul-10 19:45
Cvaji26-Jul-10 19:45 
GeneralRe: Number of process in Session 0 Pin
«_Superman_»26-Jul-10 19:49
professional«_Superman_»26-Jul-10 19:49 
GeneralRe: Number of process in Session 0 Pin
ThatsAlok26-Jul-10 19:37
ThatsAlok26-Jul-10 19:37 
GeneralRe: Number of process in Session 0 Pin
«_Superman_»26-Jul-10 19:41
professional«_Superman_»26-Jul-10 19:41 

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.