1834903 Members
2753 Online
110071 Solutions
New Discussion

Re: C/C++ API's on HPUX?

 
Helen Gao
Occasional Contributor

C/C++ API's on HPUX?

Dear all,

Where can I find a complete reference of C/C++ API's on UPUX?

I'm looking for documentation of functions like shl_findsym.

Thanks.
3 REPLIES 3
Helen French
Honored Contributor

Re: C/C++ API's on HPUX?

Hi Helen,

Check this out:

http://www.docs.hp.com/hpux/onlinedocs/92501-90029/92501-90029.html

HTH,
Shiju

Life is a promise, fulfill it!
A. Clay Stephenson
Acclaimed Contributor

Re: C/C++ API's on HPUX?

Well, if you have installed the compiler bundles and set MANPATH correctly, it's nothing more than man shl_findsym but you can also visit the site:
http://docs.hp.com/hpux/dev/index.html#aC++%20(ANSI)
If it ain't broke, I can fix that.
Helen French
Honored Contributor

Re: C/C++ API's on HPUX?

Helen,

Check this guide for all Shared Library Management routines ( like shl_findsym):

http://www.docs.hp.com/hpux/onlinedocs/B2355-90654/B2355-90654.html

HTH,
Shiju
Life is a promise, fulfill it!