OBJCLIB is an attempt to provide C++ STL like Object Library. The classes provided are: -> String Class This provides a wrapper to character arrays, it provides various methods of creation, and numerous operations on strings once they are created. -> Vector Class This provides a wrapper to re-sizable arrays, it provides various methods of creation, and numerous operations on vectors once they are created. -> Client Class This provides a wrapper to a client TCP socket.