warning: implicit declaration of function …

Some errors you might encounter when you compile with code::blocks.

It seems that your header files have no prototype declared for some of the functions.

In this case, the function itself is implicitly treated as the function prototype.

You need to add some parentheses. If your code is like :

…then the code will be:

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.