Help with compiler error from Lesson 20
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.
December 31, 2001 05:10 AM
That error means than the function isn''t declared anywhere in your code. Try to include stdlib.h.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement