Submitted Questions

  • linking socket++ classes to my application

    Hi,Iam very much new to programming and C++please help meI have an application that uses socket++ classes on Unix (AIX) environmentI have included #include in two of my .cpp filesand I have socket++ source in my temp directorywhen iam trying to compile my application using the makefile, the error shown is The #include file "sockinet.h" is not found.I don't know how to make my application to use socket++...