Click here to Skip to main content
15,921,156 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Beginning with VC++ Pin
John R. Shaw12-Feb-06 22:57
John R. Shaw12-Feb-06 22:57 
AnswerRe: Beginning with VC++ Pin
ThatsAlok14-Feb-06 17:37
ThatsAlok14-Feb-06 17:37 
Questionwhat is path,directory, file, filename? Pin
HOW WHAT12-Feb-06 15:42
HOW WHAT12-Feb-06 15:42 
AnswerRe: what is path,directory, file, filename? Pin
LivingThoughts12-Feb-06 16:59
LivingThoughts12-Feb-06 16:59 
GeneralRe: what is path,directory, file, filename? Pin
HOW WHAT12-Feb-06 17:20
HOW WHAT12-Feb-06 17:20 
AnswerRe: what is path,directory, file, filename? Pin
ThatsAlok14-Feb-06 17:34
ThatsAlok14-Feb-06 17:34 
QuestionDMC and GCC not compatible with each other! Damn! Pin
Lord Kixdemp12-Feb-06 12:17
Lord Kixdemp12-Feb-06 12:17 
AnswerRe: DMC and GCC not compatible with each other! Damn! Pin
rspielmann12-Feb-06 12:23
rspielmann12-Feb-06 12:23 
GeneralRe: DMC and GCC not compatible with each other! Damn! Pin
Lord Kixdemp12-Feb-06 12:32
Lord Kixdemp12-Feb-06 12:32 
AnswerRe: DMC and GCC not compatible with each other! Damn! Pin
Ryan Binns12-Feb-06 12:30
Ryan Binns12-Feb-06 12:30 
GeneralRe: DMC and GCC not compatible with each other! Damn! Pin
Lord Kixdemp12-Feb-06 12:35
Lord Kixdemp12-Feb-06 12:35 
GeneralRe: DMC and GCC not compatible with each other! Damn! Pin
Lord Kixdemp12-Feb-06 12:46
Lord Kixdemp12-Feb-06 12:46 
GeneralRe: DMC and GCC not compatible with each other! Damn! Pin
Ryan Binns12-Feb-06 15:00
Ryan Binns12-Feb-06 15:00 
GeneralRe: DMC and GCC not compatible with each other! Damn! Pin
Lord Kixdemp12-Feb-06 17:17
Lord Kixdemp12-Feb-06 17:17 
GeneralRe: DMC and GCC not compatible with each other! Damn! Pin
Ryan Binns12-Feb-06 17:24
Ryan Binns12-Feb-06 17:24 
GeneralRe: DMC and GCC not compatible with each other! Damn! Pin
Lord Kixdemp12-Feb-06 17:29
Lord Kixdemp12-Feb-06 17:29 
QuestionMFC, CPictureCtrl, IPicture, gd lib Pin
rspielmann12-Feb-06 12:10
rspielmann12-Feb-06 12:10 
QuestionQuestion about 'new' and 'delete' Pin
Richard Andrew x6412-Feb-06 11:52
professionalRichard Andrew x6412-Feb-06 11:52 
AnswerRe: Question about 'new' and 'delete' Pin
rspielmann12-Feb-06 12:12
rspielmann12-Feb-06 12:12 
GeneralRe: Question about 'new' and 'delete' Pin
Richard Andrew x6412-Feb-06 12:39
professionalRichard Andrew x6412-Feb-06 12:39 
AnswerRe: Question about 'new' and 'delete' Pin
Ryan Binns12-Feb-06 12:26
Ryan Binns12-Feb-06 12:26 
GeneralRe: Question about 'new' and 'delete' Pin
Richard Andrew x6412-Feb-06 12:38
professionalRichard Andrew x6412-Feb-06 12:38 
AnswerRe: Question about 'new' and 'delete' Pin
Michael Dunn12-Feb-06 12:56
sitebuilderMichael Dunn12-Feb-06 12:56 
Don't do that. If you need to construct/destruct individual objects, then a C-style array is the wrong thing to use.
If you could destruct individual members of an array, think what would happen when you later delete the array? The runtime will try to destruct the objects again.

--Mike--
Visual C++ MVP Cool | :cool:
LINKS~! Ericahist | NEW!! PimpFish | CP SearchBar v3.0 | C++ Forum FAQ
GeneralRe: Question about 'new' and 'delete' Pin
Richard Andrew x6412-Feb-06 13:00
professionalRichard Andrew x6412-Feb-06 13:00 
AnswerRe: Question about 'new' and 'delete' Pin
ThatsAlok14-Feb-06 17:30
ThatsAlok14-Feb-06 17:30 

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.