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.
The foundation of our C++ GPL software is the library. The library is made up of three modules:
The client socket class is an implementation of a class that is used to communicate with socket servers.
The server socket class is an implementation of a class that is used to build a socket server.
The word string class is an implementation of word parsing within a standard C++ string.
This application is an implementation of a simple socket client which uses the client socket class.
This application is an implementation of a simple socket server which uses the server socket class.