Advertisement

Help with compiler error from Lesson 20

Started by December 31, 2001 05:05 AM
1 comment, last by Qazwaz 23 years, 1 month ago
I just get this one complier error from Lesson 20 (on masking): implicit declaration of function `int free(...)'' I use Dev-C++ 4. Thanks for your help.
That error means than the function isn''t declared anywhere in your code. Try to include stdlib.h.
Advertisement
not stdlib.h but malloc.h
"THE INFORMATION CONTAINED IN THIS REPORT IS CLASSIFIED; DO NOT GO TO FOX NEWS TO READ OR OBTAIN A COPY." , the pentagon

This topic is closed to new replies.

Advertisement