Need to know the location/path on unix system where the standard library/header file resides
thx.
This is a discussion on C++ >> Standard Library >> Header File within the C++ Programming forums, part of the General Programming Boards category; Need to know the location/path on unix system where the standard library/header file resides thx....
Need to know the location/path on unix system where the standard library/header file resides
thx.
It varies from system to system. Try doing a.Code:locate stdio.h
/usr/include is a good place to start looking.
Mark Loeser
http://www.halcy0n.com