LDAP++
What is it?
LDAP++ is a C++-library for the directory server LDAP. LDAP++ provides you classes which make the usage of LDAP easier.
Links about LDAP
You need a description about LDAP? On Wikipedia you'll find a good one.
A OpenSource implementation is OpenLDAP
Download
LDAP++ can be retrieved from the Sourceforge project site: http://sourceforge.net/projects/ldap-pp
Example
We do not yet have some good example because LDAP++ is still pre-alpha, but you can fetch the branch from anonymous-cvs (have a look at our project page) and have a look at the file "ldap.cc", it's the testing program for the developers and it's commented well.