Click here to Skip to main content
15,895,011 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: windows 7 UAC [modified] Pin
MsmVc20-Nov-10 0:49
MsmVc20-Nov-10 0:49 
AnswerRe: windows 7 UAC Pin
MsmVc20-Nov-10 1:08
MsmVc20-Nov-10 1:08 
GeneralRe: windows 7 UAC Pin
CPallini20-Nov-10 2:34
mveCPallini20-Nov-10 2:34 
QuestionThe difference between new and malloc function Pin
ycc89200919-Nov-10 21:31
ycc89200919-Nov-10 21:31 
AnswerRe: The difference between new and malloc function Pin
Code-o-mat19-Nov-10 21:51
Code-o-mat19-Nov-10 21:51 
AnswerRe: The difference between new and malloc function PinPopular
CPallini19-Nov-10 22:28
mveCPallini19-Nov-10 22:28 
AnswerRe: The difference between new and malloc function PinPopular
Aescleal19-Nov-10 23:36
Aescleal19-Nov-10 23:36 
AnswerRe: The difference between new and malloc function Pin
«_Superman_»22-Nov-10 7:15
professional«_Superman_»22-Nov-10 7:15 
The best thing to do is to put a breakpoint on the line where new is called and then step into the code.
You can see all the things that it does and finally calls into the Windows API.
You could also overload new in one of your classes and then debug into it.
«_Superman 
I love work. It gives me something to do between weekends.


Microsoft MVP (Visual C++)

Polymorphism in C

Questiongfh Pin
kongdl19-Nov-10 21:09
kongdl19-Nov-10 21:09 
QuestionHow to call DoDataExchange() of a property page at runtime Pin
lakshman rao19-Nov-10 21:00
lakshman rao19-Nov-10 21:00 
AnswerRe: How to call DoDataExchange() of a property page at runtime Pin
KingsGambit21-Nov-10 17:13
KingsGambit21-Nov-10 17:13 
AnswerRe: How to call DoDataExchange() of a property page at runtime Pin
«_Superman_»22-Nov-10 7:11
professional«_Superman_»22-Nov-10 7:11 
Questiontimeout problem Pin
ALLERSLIT19-Nov-10 10:35
ALLERSLIT19-Nov-10 10:35 
AnswerRe: timeout problem Pin
«_Superman_»19-Nov-10 11:44
professional«_Superman_»19-Nov-10 11:44 
AnswerRe: timeout problem Pin
Moak19-Nov-10 14:26
Moak19-Nov-10 14:26 
QuestionlineOpen() problem in TAPI Pin
AmbiguousName19-Nov-10 8:20
AmbiguousName19-Nov-10 8:20 
QuestionRe: lineOpen() problem in TAPI Pin
CPallini19-Nov-10 9:09
mveCPallini19-Nov-10 9:09 
AnswerRe: lineOpen() problem in TAPI Pin
AmbiguousName19-Nov-10 20:38
AmbiguousName19-Nov-10 20:38 
GeneralRe: lineOpen() problem in TAPI Pin
Richard MacCutchan19-Nov-10 22:36
mveRichard MacCutchan19-Nov-10 22:36 
QuestionRe: lineOpen() problem in TAPI Pin
CPallini19-Nov-10 22:40
mveCPallini19-Nov-10 22:40 
QuestionExecuting a usermode program from a driver? Pin
Member 469267019-Nov-10 3:36
Member 469267019-Nov-10 3:36 
AnswerRe: Executing a usermode program from a driver? Pin
Luc Pattyn19-Nov-10 6:58
sitebuilderLuc Pattyn19-Nov-10 6:58 
AnswerRe: Executing a usermode program from a driver? Pin
«_Superman_»19-Nov-10 7:19
professional«_Superman_»19-Nov-10 7:19 
QuestionRe: Executing a usermode program from a driver? Pin
CPallini19-Nov-10 9:06
mveCPallini19-Nov-10 9:06 
AnswerRe: Executing a usermode program from a driver? Pin
Member 469267019-Nov-10 10:50
Member 469267019-Nov-10 10:50 

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.