Click here to Skip to main content
15,891,184 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: dll problem,help me:) Pin
benjymous27-Oct-06 4:06
benjymous27-Oct-06 4:06 
AnswerRe: dll problem,help me:) Pin
Hamid_RT27-Oct-06 21:32
Hamid_RT27-Oct-06 21:32 
QuestionDeleting a pointer to CString Pin
RadPC27-Oct-06 0:59
RadPC27-Oct-06 0:59 
AnswerRe: Deleting a pointer to CString Pin
toxcct27-Oct-06 1:01
toxcct27-Oct-06 1:01 
GeneralRe: Deleting a pointer to CString Pin
RadPC27-Oct-06 1:10
RadPC27-Oct-06 1:10 
AnswerRe: Deleting a pointer to CString Pin
Cedric Moonen27-Oct-06 1:21
Cedric Moonen27-Oct-06 1:21 
GeneralRe: Deleting a pointer to CString Pin
RadPC27-Oct-06 1:44
RadPC27-Oct-06 1:44 
GeneralRe: Deleting a pointer to CString Pin
Kevin McFarlane27-Oct-06 6:12
Kevin McFarlane27-Oct-06 6:12 
The C++ way is: always use objects or references unless you need to use pointers. If you must use pointers then prefer smart pointers. Basically, make life as easy for yourself as possible. Only make it difficult when you have to.


Kevin

GeneralRe: Deleting a pointer to CString Pin
toxcct27-Oct-06 2:15
toxcct27-Oct-06 2:15 
GeneralRe: Deleting a pointer to CString Pin
Cedric Moonen27-Oct-06 2:25
Cedric Moonen27-Oct-06 2:25 
GeneralRe: Deleting a pointer to CString Pin
toxcct27-Oct-06 2:29
toxcct27-Oct-06 2:29 
QuestionRe: Deleting a pointer to CString Pin
Zac Howland27-Oct-06 3:37
Zac Howland27-Oct-06 3:37 
AnswerRe: Deleting a pointer to CString Pin
Cedric Moonen27-Oct-06 3:42
Cedric Moonen27-Oct-06 3:42 
GeneralRe: Deleting a pointer to CString Pin
Zac Howland27-Oct-06 3:51
Zac Howland27-Oct-06 3:51 
GeneralRe: Deleting a pointer to CString Pin
Cedric Moonen27-Oct-06 4:04
Cedric Moonen27-Oct-06 4:04 
GeneralRe: Deleting a pointer to CString Pin
Zac Howland27-Oct-06 4:07
Zac Howland27-Oct-06 4:07 
GeneralRe: Deleting a pointer to CString Pin
Zac Howland27-Oct-06 3:35
Zac Howland27-Oct-06 3:35 
GeneralRe: Deleting a pointer to CString Pin
Mark Salsbery27-Oct-06 5:42
Mark Salsbery27-Oct-06 5:42 
GeneralRe: Deleting a pointer to CString Pin
David Crow27-Oct-06 5:59
David Crow27-Oct-06 5:59 
GeneralRe: Deleting a pointer to CString Pin
Mark Salsbery27-Oct-06 6:07
Mark Salsbery27-Oct-06 6:07 
GeneralRe: Deleting a pointer to CString Pin
Kevin McFarlane27-Oct-06 6:14
Kevin McFarlane27-Oct-06 6:14 
GeneralRe: Deleting a pointer to CString Pin
Mark Salsbery27-Oct-06 6:32
Mark Salsbery27-Oct-06 6:32 
GeneralRe: Deleting a pointer to CString Pin
Zac Howland27-Oct-06 6:19
Zac Howland27-Oct-06 6:19 
GeneralRe: Deleting a pointer to CString Pin
Mark Salsbery27-Oct-06 6:38
Mark Salsbery27-Oct-06 6:38 
GeneralRe: Deleting a pointer to CString Pin
Zac Howland27-Oct-06 6:16
Zac Howland27-Oct-06 6:16 

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.