How do I find what library files I need to include for the implementation of a particular c header if there is not library with the same name?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I'd Google for the name of the header or the functions within it. If you're on a Debian-based system you could also try |
|||||||||||
|
#include<AHeaderIKnowNothingAbout>in your code anyway? – Anon. Feb 14 '11 at 3:05