Question 13.25

I keep getting errors due to library functions being undefined, but I'm #including all the right header files.


In some cases (especially if the functions are nonstandard) you may have to explicitly ask for the correct libraries to be searched when you link the program. See also questions 11.30, 13.26, and 14.3.


Read sequentially: prev next up top


This page by Steve Summit // Copyright 1995 // mail feedback