NULL v. zero
Posted Jul 15, 2004 20:20 UTC (Thu) by
dvdeug (subscriber, #10998)
In reply to:
NULL v. zero by Ross
Parent article:
NULL v. zero
Actually, C++ won't compile if you don't have a function prototype for malloc in scope. If you don't include <stdlib.h> or something else that includes a malloc function, it simply won't work.
(
Log in to post comments)