Click here to Skip to main content
15,892,298 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionIntel Compiler IA-32 11.0.061 installation on VS 2010 question Pin
Chesnokov Yuriy23-May-10 4:07
professionalChesnokov Yuriy23-May-10 4:07 
QuestionOLE interface for Crichedit Pin
ForNow22-May-10 19:27
ForNow22-May-10 19:27 
Questionnew vs free and malloc vs delete Pin
msr_codeproject22-May-10 18:24
msr_codeproject22-May-10 18:24 
AnswerRe: new vs free and malloc vs delete Pin
loyal ginger22-May-10 19:01
loyal ginger22-May-10 19:01 
AnswerRe: new vs free and malloc vs delete Pin
Stephen Hewitt22-May-10 22:11
Stephen Hewitt22-May-10 22:11 
AnswerRe: new vs free and malloc vs delete Pin
Aescleal23-May-10 5:39
Aescleal23-May-10 5:39 
AnswerRe: new vs free and malloc vs delete Pin
John R. Shaw23-May-10 6:23
John R. Shaw23-May-10 6:23 
AnswerRe: new vs free and malloc vs delete Pin
MS_TJ23-May-10 19:52
MS_TJ23-May-10 19:52 
If you try to write a code, using this option it will compile but at run time the
1) Combination of malloc and delete get crashed
2) If you allocated memory for object using new and try free for deallocating memory there will be memory leakage problem because destructor never call by free
GeneralRe: new vs free and malloc vs delete Pin
Aescleal24-May-10 4:25
Aescleal24-May-10 4:25 
Questionopen txt file form web or ftp ? Pin
da_22-May-10 3:38
da_22-May-10 3:38 
AnswerRe: open txt file form web or ftp ? Pin
Richard MacCutchan22-May-10 4:28
mveRichard MacCutchan22-May-10 4:28 
AnswerRe: open txt file form web or ftp ? Pin
norish22-May-10 8:58
norish22-May-10 8:58 
AnswerRe: open txt file form web or ftp ? Pin
David Crow22-May-10 16:28
David Crow22-May-10 16:28 
GeneralRe: open txt file form web or ftp ? Pin
wangningyu23-May-10 5:43
wangningyu23-May-10 5:43 
AnswerRe: open txt file form web or ftp ? Pin
Hristo-Bojilov23-May-10 3:44
Hristo-Bojilov23-May-10 3:44 
GeneralRe: open txt file form web or ftp ? Pin
da_23-May-10 4:09
da_23-May-10 4:09 
GeneralRe: open txt file form web or ftp ? Pin
Hristo-Bojilov23-May-10 4:59
Hristo-Bojilov23-May-10 4:59 
QuestionRelease IGraphBuilder interface in directshow problem Pin
raj157622-May-10 0:25
raj157622-May-10 0:25 
AnswerRe: Release IGraphBuilder interface in directshow problem Pin
norish22-May-10 9:09
norish22-May-10 9:09 
QuestionChange Event of excel Pin
trioum21-May-10 23:55
trioum21-May-10 23:55 
GeneralRe: Change Event of excel Pin
norish22-May-10 9:14
norish22-May-10 9:14 
QuestionGDI+ JPEG to binary Pin
hxhl9521-May-10 17:30
hxhl9521-May-10 17:30 
AnswerRe: GDI+ JPEG to binary Pin
hxhl9521-May-10 18:27
hxhl9521-May-10 18:27 
GeneralRe: GDI+ JPEG to binary Pin
Alain Rist21-May-10 20:21
Alain Rist21-May-10 20:21 
GeneralRe: GDI+ JPEG to binary [modified] Pin
hxhl9522-May-10 6:34
hxhl9522-May-10 6:34 

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.