Click here to Skip to main content
15,914,419 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Setting extended style ( gridlines) in CListView Pin
Vaclav_28-Aug-07 1:34
Vaclav_28-Aug-07 1:34 
GeneralRe: Setting extended style ( gridlines) in CListView Pin
Mark Salsbery28-Aug-07 6:46
Mark Salsbery28-Aug-07 6:46 
GeneralRe: Setting extended style ( gridlines) in CListView Pin
Vaclav_28-Aug-07 8:02
Vaclav_28-Aug-07 8:02 
QuestionDeleting a returned array Pin
MALDATA27-Aug-07 15:43
MALDATA27-Aug-07 15:43 
AnswerRe: Deleting a returned array Pin
KaЯl27-Aug-07 22:00
KaЯl27-Aug-07 22:00 
AnswerRe: Deleting a returned array Pin
David Crow28-Aug-07 2:28
David Crow28-Aug-07 2:28 
GeneralRe: Deleting a returned array Pin
MALDATA28-Aug-07 8:43
MALDATA28-Aug-07 8:43 
GeneralRe: Deleting a returned array Pin
David Crow28-Aug-07 8:46
David Crow28-Aug-07 8:46 
MALDATA wrote:
I assume that means that I need to go back to the initial value of the pointer (the one that was returned from the function) before deleting it... is that correct?


Yes.

MALDATA wrote:
What I'm getting from these responses it that I should do a "delete" for each node pointer in the array first, then a "delete[]" on the array pointer itself as opposed to "delete"...


Yes, that's because new goes with delete, and new[] goes with delete[].


"A good athlete is the result of a good and worthy opponent." - David Crow

"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne


QuestionIs it not possible to use SetWindowText() within ::OnInitDialog ? Pin
abiemann27-Aug-07 14:35
abiemann27-Aug-07 14:35 
AnswerRe: Is it not possible to use SetWindowText() within ::OnInitDialog ? Pin
Chris Losinger27-Aug-07 15:26
professionalChris Losinger27-Aug-07 15:26 
GeneralRe: Is it not possible to use SetWindowText() within ::OnInitDialog ? Pin
abiemann28-Aug-07 6:40
abiemann28-Aug-07 6:40 
GeneralRe: Is it not possible to use SetWindowText() within ::OnInitDialog ? Pin
Chris Losinger28-Aug-07 7:05
professionalChris Losinger28-Aug-07 7:05 
GeneralRe: Is it not possible to use SetWindowText() within ::OnInitDialog ? Pin
abiemann29-Aug-07 6:47
abiemann29-Aug-07 6:47 
AnswerRe: Is it not possible to use SetWindowText() within ::OnInitDialog ? Pin
sheshidar27-Aug-07 20:56
sheshidar27-Aug-07 20:56 
AnswerRe: Is it not possible to use SetWindowText() within ::OnInitDialog ? Pin
Iain Clarke, Warrior Programmer28-Aug-07 1:01
Iain Clarke, Warrior Programmer28-Aug-07 1:01 
QuestionRe: Is it not possible to use SetWindowText() within ::OnInitDialog ? Pin
David Crow28-Aug-07 2:26
David Crow28-Aug-07 2:26 
QuestionPreTranslateMessage return assertion Pin
ArielR27-Aug-07 13:15
ArielR27-Aug-07 13:15 
QuestionRe: PreTranslateMessage return assertion Pin
Mark Salsbery27-Aug-07 13:40
Mark Salsbery27-Aug-07 13:40 
AnswerRe: PreTranslateMessage return assertion Pin
Nishad S27-Aug-07 22:08
Nishad S27-Aug-07 22:08 
GeneralRe: PreTranslateMessage return assertion Pin
ArielR28-Aug-07 1:13
ArielR28-Aug-07 1:13 
GeneralRe: PreTranslateMessage return assertion Pin
Nishad S29-Aug-07 2:17
Nishad S29-Aug-07 2:17 
GeneralRe: PreTranslateMessage return assertion Pin
ArielR29-Aug-07 9:22
ArielR29-Aug-07 9:22 
GeneralRe: PreTranslateMessage return assertion Pin
Nishad S29-Aug-07 17:45
Nishad S29-Aug-07 17:45 
QuestionInterface freezes breifly while using drop down menus Pin
Kiran Satish27-Aug-07 13:12
Kiran Satish27-Aug-07 13:12 
QuestionBlind SQL Injection Pin
half-life27-Aug-07 13:11
half-life27-Aug-07 13: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.