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

C / C++ / MFC

 
QuestionHow to detect which object called the message Pin
chaitannya_m3-Jul-07 23:03
chaitannya_m3-Jul-07 23:03 
AnswerRe: How to detect which object called the message Pin
Nibu babu thomas3-Jul-07 23:29
Nibu babu thomas3-Jul-07 23:29 
AnswerRe: How to detect which object called the message Pin
Naveen3-Jul-07 23:31
Naveen3-Jul-07 23:31 
AnswerRe: How to detect which object called the message Pin
Rajkumar R3-Jul-07 23:40
Rajkumar R3-Jul-07 23:40 
GeneralRe: How to detect which object called the message Pin
chaitannya_m4-Jul-07 9:11
chaitannya_m4-Jul-07 9:11 
AnswerRe: How to detect which object called the message Pin
Rajkumar R4-Jul-07 19:01
Rajkumar R4-Jul-07 19:01 
QuestionCheck if app exists and open from internet Pin
Dimkov3-Jul-07 22:53
Dimkov3-Jul-07 22:53 
AnswerRe: Check if app exists and open from internet Pin
Pete O'Hanlon3-Jul-07 23:59
mvePete O'Hanlon3-Jul-07 23:59 
GeneralRe: Check if app exists and open from internet Pin
Dimkov4-Jul-07 0:11
Dimkov4-Jul-07 0:11 
Questionlink error while load dll explicitly Pin
Sivakumar R3-Jul-07 22:30
Sivakumar R3-Jul-07 22:30 
AnswerRe: link error while load dll explicitly [modified] Pin
Naveen3-Jul-07 22:49
Naveen3-Jul-07 22:49 
AnswerRe: link error while load dll explicitly Pin
Mark Salsbery4-Jul-07 7:49
Mark Salsbery4-Jul-07 7:49 
QuestionHow to impliment Mutex Pin
VC_RYK3-Jul-07 22:20
VC_RYK3-Jul-07 22:20 
AnswerRe: How to impliment Mutex Pin
avo23-Jul-07 23:20
avo23-Jul-07 23:20 
AnswerCode Pin
avo23-Jul-07 23:53
avo23-Jul-07 23:53 
GeneralRe: Code Pin
VC_RYK4-Jul-07 0:01
VC_RYK4-Jul-07 0:01 
Questionvc++ in vista Pin
saisp3-Jul-07 20:54
saisp3-Jul-07 20:54 
AnswerRe: vc++ in vista Pin
KarstenK3-Jul-07 21:02
mveKarstenK3-Jul-07 21:02 
AnswerRe: vc++ in vista Pin
Stephen Hewitt3-Jul-07 21:04
Stephen Hewitt3-Jul-07 21:04 
GeneralRe: vc++ in vista Pin
KarstenK4-Jul-07 0:32
mveKarstenK4-Jul-07 0:32 
Questiondelete [] buffer Issue Pin
Programm3r3-Jul-07 20:52
Programm3r3-Jul-07 20:52 
AnswerRe: delete [] buffer Issue Pin
baerten3-Jul-07 20:59
baerten3-Jul-07 20:59 
GeneralRe: delete [] buffer Issue Pin
Programm3r3-Jul-07 21:04
Programm3r3-Jul-07 21:04 
QuestionFree a block of memory Pin
Programm3r3-Jul-07 21:52
Programm3r3-Jul-07 21:52 
AnswerRe: Free a block of memory Pin
Rajkumar R3-Jul-07 23:57
Rajkumar R3-Jul-07 23:57 
Programm3r wrote:
So can I assume that that one only free's a block of memory when the new operator was used.
i.e.



Programm3r wrote:
char *tString = "this is a test; // is it nessacery to delete this pointers memory??


You can assume so, compiler allocated memory for constant string and let the compiler free's it.

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.