c - When is "undefined" fatal or just warning? -


test.c(6) : warning c4013: 'add' undefined; assuming extern returning int 

i've encountered many times when undefined function report error,thus stopping building process.

why time warning?

perhaps code in c++, , c program. c++ stricter c; won't let call undeclared functions.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -