Click here to Skip to main content
15,919,607 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow do I detect any mouse/key input at application level Pin
g_sandipan16-Mar-09 0:21
g_sandipan16-Mar-09 0:21 
AnswerRe: How do I detect any mouse/key input at application level Pin
«_Superman_»16-Mar-09 0:29
professional«_Superman_»16-Mar-09 0:29 
GeneralRe: How do I detect any mouse/key input at application level Pin
g_sandipan16-Mar-09 19:47
g_sandipan16-Mar-09 19:47 
AnswerRe: How do I detect any mouse/key input at application level Pin
Nibu babu thomas16-Mar-09 1:10
Nibu babu thomas16-Mar-09 1:10 
GeneralRe: How do I detect any mouse/key input at application level Pin
Sunil Lanke16-Mar-09 1:16
Sunil Lanke16-Mar-09 1:16 
QuestionError 2920 : Source directory not specified for Grid_AdditionalInfoFeature. Pin
pandit8416-Mar-09 0:17
pandit8416-Mar-09 0:17 
Questionmessage associted with number 131? Pin
sam_psycho16-Mar-09 0:11
sam_psycho16-Mar-09 0:11 
AnswerRe: message associted with number 131? Pin
Jijo.Raj16-Mar-09 0:21
Jijo.Raj16-Mar-09 0:21 
GeneralRe: message associted with number 131? Pin
sam_psycho16-Mar-09 0:41
sam_psycho16-Mar-09 0:41 
GeneralRe: message associted with number 131? Pin
Nibu babu thomas16-Mar-09 1:07
Nibu babu thomas16-Mar-09 1:07 
AnswerRe: message associted with number 131? Pin
Sunil Lanke16-Mar-09 0:28
Sunil Lanke16-Mar-09 0:28 
GeneralRe: message associted with number 131? Pin
sam_psycho16-Mar-09 0:42
sam_psycho16-Mar-09 0:42 
GeneralRe: message associted with number 131? Pin
Sunil Lanke16-Mar-09 0:55
Sunil Lanke16-Mar-09 0:55 
GeneralRe: message associted with number 131? Pin
Eytukan16-Mar-09 0:55
Eytukan16-Mar-09 0:55 
GeneralRe: message associted with number 131? Pin
Sunil Lanke16-Mar-09 0:53
Sunil Lanke16-Mar-09 0:53 
AnswerRe: message associted with number 131? Pin
Michael Schubert16-Mar-09 5:08
Michael Schubert16-Mar-09 5:08 
QuestionRegarding Dynamic memory allocation using stack pointer... Pin
p_196015-Mar-09 23:00
p_196015-Mar-09 23:00 
AnswerRe: Regarding Dynamic memory allocation using stack pointer... Pin
CPallini15-Mar-09 23:06
mveCPallini15-Mar-09 23:06 
AnswerRe: Regarding Dynamic memory allocation using stack pointer... Pin
Cedric Moonen15-Mar-09 23:10
Cedric Moonen15-Mar-09 23:10 
In fact the rule is extremly simple: if you create an object using new, you should remove it by calling delete (one delete for one new), the same with new[] and delete[]. For the rest, you don't have to care.
If your object was created on the stack, you can't delete it but the destructor will still be called.

Cédric Moonen
Software developer

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

AnswerRe: Regarding Dynamic memory allocation using stack pointer... Pin
Eytukan15-Mar-09 23:32
Eytukan15-Mar-09 23:32 
Questionvisual c++6.0 how to play mov mpeg swf file format without using activeXcontrol Pin
dimasfitria15-Mar-09 22:00
dimasfitria15-Mar-09 22:00 
AnswerRe: visual c++6.0 how to play mov mpeg swf file format without using activeXcontrol Pin
Eytukan15-Mar-09 22:29
Eytukan15-Mar-09 22:29 
GeneralRe: visual c++6.0 how to play mov mpeg swf file format without using activeXcontrol Pin
Hamid_RT15-Mar-09 23:04
Hamid_RT15-Mar-09 23:04 
GeneralRe: visual c++6.0 how to play mov mpeg swf file format without using activeXcontrol Pin
Eytukan16-Mar-09 0:03
Eytukan16-Mar-09 0:03 
GeneralRe: visual c++6.0 how to play mov mpeg swf file format without using activeXcontrol Pin
dimasfitria15-Mar-09 23:18
dimasfitria15-Mar-09 23:18 

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.