Click here to Skip to main content
15,897,518 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How can GetAppData Path? Pin
SandipG 24-Sep-08 20:25
SandipG 24-Sep-08 20:25 
GeneralRe: How can GetAppData Path? Pin
Le@rner24-Sep-08 20:29
Le@rner24-Sep-08 20:29 
GeneralRe: How can GetAppData Path? Pin
SandipG 24-Sep-08 20:34
SandipG 24-Sep-08 20:34 
AnswerRe: How can GetAppData Path? Pin
ThatsAlok24-Sep-08 20:26
ThatsAlok24-Sep-08 20:26 
GeneralRe: How can GetAppData Path? Pin
Le@rner24-Sep-08 20:54
Le@rner24-Sep-08 20:54 
GeneralRe: How can GetAppData Path? Pin
ThatsAlok24-Sep-08 21:07
ThatsAlok24-Sep-08 21:07 
Questionstructure pointer deletion problem. Pin
SRKSHOME24-Sep-08 19:49
SRKSHOME24-Sep-08 19:49 
AnswerRe: structure pointer deletion problem. Pin
Cedric Moonen24-Sep-08 19:58
Cedric Moonen24-Sep-08 19:58 
Two solutions: either write a destructor and inside the destructor, take care of destroying pText if not NULL (you'll also have to write a constructor to initialize it to NULL) or don't forget to destroy pText externally if you allocated it. Solution 1 is better.

Cédric Moonen
Software developer

Charting control [v1.5]
OpenGL game tutorial in C++

GeneralRe: structure pointer deletion problem. Pin
ThatsAlok24-Sep-08 20:26
ThatsAlok24-Sep-08 20:26 
AnswerRe: structure pointer deletion problem. Pin
ThatsAlok24-Sep-08 20:05
ThatsAlok24-Sep-08 20:05 
QuestionHow can referesh a List Ctrl? Pin
Le@rner24-Sep-08 19:36
Le@rner24-Sep-08 19:36 
AnswerRe: How can referesh a List Ctrl? Pin
ThatsAlok24-Sep-08 19:55
ThatsAlok24-Sep-08 19:55 
GeneralRe: How can referesh a List Ctrl? Pin
Le@rner24-Sep-08 20:21
Le@rner24-Sep-08 20:21 
GeneralRe: How can referesh a List Ctrl? Pin
ThatsAlok24-Sep-08 20:51
ThatsAlok24-Sep-08 20:51 
GeneralRe: How can referesh a List Ctrl? Pin
Le@rner24-Sep-08 21:25
Le@rner24-Sep-08 21:25 
GeneralRe: How can referesh a List Ctrl? Pin
Roger Allen25-Sep-08 0:26
Roger Allen25-Sep-08 0:26 
GeneralRe: How can referesh a List Ctrl? Pin
Le@rner25-Sep-08 0:33
Le@rner25-Sep-08 0:33 
GeneralRe: How can referesh a List Ctrl? Pin
Roger Allen25-Sep-08 0:51
Roger Allen25-Sep-08 0:51 
Questionrestart system by code Pin
Madan Chauhan24-Sep-08 19:35
Madan Chauhan24-Sep-08 19:35 
AnswerRe: restart system by code Pin
ThatsAlok24-Sep-08 19:51
ThatsAlok24-Sep-08 19:51 
GeneralRe: restart system by code Pin
Madan Chauhan24-Sep-08 20:02
Madan Chauhan24-Sep-08 20:02 
GeneralRe: restart system by code Pin
ThatsAlok24-Sep-08 20:07
ThatsAlok24-Sep-08 20:07 
Questiongetting hard disk name Pin
VCProgrammer24-Sep-08 19:34
VCProgrammer24-Sep-08 19:34 
AnswerRe: getting hard disk name Pin
SandipG 24-Sep-08 20:21
SandipG 24-Sep-08 20:21 
AnswerRe: getting hard disk name Pin
Le@rner24-Sep-08 20:25
Le@rner24-Sep-08 20:25 

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.