Click here to Skip to main content
15,891,981 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralGot if figured out. Pin
WREY13-Nov-02 5:02
WREY13-Nov-02 5:02 
GeneralHelp Pin
ed987113-Nov-02 4:00
ed987113-Nov-02 4:00 
GeneralRe: Help Pin
RobJones13-Nov-02 10:38
RobJones13-Nov-02 10:38 
Generalrealloc Pin
Hugo Hallman13-Nov-02 3:45
Hugo Hallman13-Nov-02 3:45 
GeneralRe: realloc Pin
dabs13-Nov-02 3:54
dabs13-Nov-02 3:54 
GeneralRe: realloc Pin
jbarton13-Nov-02 3:55
jbarton13-Nov-02 3:55 
GeneralRe: realloc Pin
Hugo Hallman13-Nov-02 7:22
Hugo Hallman13-Nov-02 7:22 
GeneralRe: realloc Pin
Tim Smith13-Nov-02 7:39
Tim Smith13-Nov-02 7:39 
You can not mix and match new/delete with malloc/free/realloc. Just because version of the compiler implemented it using malloc means that the same will work for a different version.

The standard specifically states that delete can only be used with new.

Tim Smith

I'm going to patent thought. I have yet to see any prior art.
GeneralRe: realloc Pin
jbarton13-Nov-02 7:50
jbarton13-Nov-02 7:50 
GeneralCPropertyPage Brain Fart!!! Pin
Chris Hambleton13-Nov-02 3:45
Chris Hambleton13-Nov-02 3:45 
GeneralRe: CPropertyPage Brain Fart!!! Pin
Tony Fontenot13-Nov-02 6:11
Tony Fontenot13-Nov-02 6:11 
GeneralMT malloc crasches Pin
Hugo Hallman13-Nov-02 3:43
Hugo Hallman13-Nov-02 3:43 
GeneralRe: MT malloc crasches Pin
Tim Smith13-Nov-02 6:18
Tim Smith13-Nov-02 6:18 
GeneralRe: MT malloc crasches Pin
Hugo Hallman13-Nov-02 7:15
Hugo Hallman13-Nov-02 7:15 
GeneralRe: MT malloc crasches Pin
Daniel Turini13-Nov-02 7:36
Daniel Turini13-Nov-02 7:36 
GeneralRe: MT malloc crasches Pin
Tim Smith13-Nov-02 7:43
Tim Smith13-Nov-02 7:43 
GeneralRe: MT malloc crasches Pin
Daniel Turini13-Nov-02 7:49
Daniel Turini13-Nov-02 7:49 
GeneralRe: MT malloc crasches Pin
Tim Smith13-Nov-02 8:10
Tim Smith13-Nov-02 8:10 
GeneralRe: MT malloc crasches Pin
Hugo Hallman16-Nov-02 9:08
Hugo Hallman16-Nov-02 9:08 
GeneralRe: MT malloc crasches Pin
Hugo Hallman16-Nov-02 9:35
Hugo Hallman16-Nov-02 9:35 
Generalsocket Pin
viliam13-Nov-02 3:16
viliam13-Nov-02 3:16 
GeneralRe: socket Pin
Anonymous13-Nov-02 3:31
Anonymous13-Nov-02 3:31 
GeneralResizing a CEdit - Control Pin
AnTri13-Nov-02 3:12
AnTri13-Nov-02 3:12 
GeneralRegional Settings Pin
Ruca13-Nov-02 2:53
Ruca13-Nov-02 2:53 
GeneralRe: Regional Settings Pin
Steve S13-Nov-02 3:27
Steve S13-Nov-02 3:27 

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.