C++ Software Overview

Future Lab provides C++ software under the terms of the General Public License (GPL). For a complete review of these concepts, refer to:

Future Lab C++ software is offered in a source only version. Due to the size of the binary/executable files pre-compiled applications are not offered.

This next section will briefly describe the C++ GPL modules.

Library Modules

The foundation of our C++ GPL software is the library. The library is made up of three modules:

Client Socket Class

The client socket class is an implementation of a class that is used to communicate with socket servers.

Server Socket Class

The server socket class is an implementation of a class that is used to build a socket server.

Word String Class

The word string class is an implementation of word parsing within a standard C++ string.

GPL Programs

Test Socket Client

This application is an implementation of a simple socket client which uses the client socket class.

Test Socket Server

This application is an implementation of a simple socket server which uses the server socket class.

Goto Top | Future Lab Home | Contact Webmaster | Feedback

Copyright © 2000-2006 Future Lab, Last Updated Jun 27, 2006