Click here to Skip to main content
15,915,057 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How Can I Read CakeWalk's wrk File Pin
Ștefan-Mihai MOGA29-Mar-06 0:50
professionalȘtefan-Mihai MOGA29-Mar-06 0:50 
QuestionHow Can I Read Midi File? Pin
akira3229-Mar-06 0:12
akira3229-Mar-06 0:12 
AnswerRe: How Can I Read Midi File? Pin
Shoaib Patel29-Mar-06 0:25
Shoaib Patel29-Mar-06 0:25 
AnswerRe: How Can I Read Midi File? Pin
Shoaib Patel29-Mar-06 0:37
Shoaib Patel29-Mar-06 0:37 
GeneralRe: How Can I Read Midi File? Pin
akira3229-Mar-06 3:16
akira3229-Mar-06 3:16 
AnswerRe: How Can I Read Midi File? Pin
Ștefan-Mihai MOGA29-Mar-06 0:52
professionalȘtefan-Mihai MOGA29-Mar-06 0:52 
AnswerRe: How Can I Read Midi File? Pin
David Crow29-Mar-06 3:29
David Crow29-Mar-06 3:29 
Questiondelete Pin
HakunaMatada28-Mar-06 23:38
HakunaMatada28-Mar-06 23:38 
PCHAR a ;<br />
a = NULL ;<br />
<br />
PCHAR b = new char[10]<br />
a = b ;<br />
<br />
delete [] b ;<br />
delete [] a ;


If I have the above code then what happens? What will a = b do? Will delete [] b remove the value in memory for a too?

Thanks... Smile | :)

---
With best regards,
A Manchester United Fan

The Genius of a true fool is that he can mess up a foolproof plan!
AnswerRe: delete Pin
Ștefan-Mihai MOGA28-Mar-06 23:46
professionalȘtefan-Mihai MOGA28-Mar-06 23:46 
AnswerRe: delete Pin
Cedric Moonen28-Mar-06 23:46
Cedric Moonen28-Mar-06 23:46 
AnswerRe: delete Pin
toxcct28-Mar-06 23:47
toxcct28-Mar-06 23:47 
GeneralRe: delete Pin
HakunaMatada28-Mar-06 23:52
HakunaMatada28-Mar-06 23:52 
GeneralRe: delete Pin
Cedric Moonen28-Mar-06 23:55
Cedric Moonen28-Mar-06 23:55 
AnswerRe: delete Pin
David Crow29-Mar-06 3:33
David Crow29-Mar-06 3:33 
GeneralDynamically creating classes by name Pin
Rob Caldecott28-Mar-06 23:31
Rob Caldecott28-Mar-06 23:31 
GeneralRe: Dynamically creating classes by name Pin
Cedric Moonen28-Mar-06 23:43
Cedric Moonen28-Mar-06 23:43 
GeneralRe: Dynamically creating classes by name Pin
Rob Caldecott29-Mar-06 0:02
Rob Caldecott29-Mar-06 0:02 
GeneralRe: Dynamically creating classes by name Pin
Cedric Moonen29-Mar-06 0:11
Cedric Moonen29-Mar-06 0:11 
GeneralRe: Dynamically creating classes by name Pin
Rob Caldecott29-Mar-06 0:15
Rob Caldecott29-Mar-06 0:15 
QuestionTrouble opening connection to serial port through "CreateFile" Pin
Ting Li Che28-Mar-06 22:55
Ting Li Che28-Mar-06 22:55 
AnswerRe: Trouble opening connection to serial port through "CreateFile" Pin
_anil_28-Mar-06 23:10
_anil_28-Mar-06 23:10 
GeneralRe: Trouble opening connection to serial port through "CreateFile" Pin
Ting Li Che29-Mar-06 2:35
Ting Li Che29-Mar-06 2:35 
AnswerRe: Trouble opening connection to serial port through "CreateFile" Pin
David Crow29-Mar-06 3:35
David Crow29-Mar-06 3:35 
QuestionSubClassWindow, a big confusion for me , I am almost about to cry Pin
yang__lee28-Mar-06 22:47
yang__lee28-Mar-06 22:47 
AnswerRe: SubClassWindow, a big confusion for me , I am almost about to cry Pin
Shoaib Patel28-Mar-06 22:53
Shoaib Patel28-Mar-06 22:53 

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.