Sample Programs
- client - This program shows the use of a pent tcp socket client. Check out the
comments to figure out how it works. Notice that the only difference
between this TCP version and the UDP version is the creation of the
socket client class
Objects used:
- server - This program shows the use of a pent tcp socket server. Check out the
comments to figure out how it works. Notice that the only difference
between this tcp version and the udp version is the creation of the
socket server class
Objects used:
- clientUDP - This program shows the use of a pent tcp socket client. Check out the
comments to figure out how it works. Notice that the only difference
between this UDP version and the TCP version is the creation of the
socket client class
Objects used:
- serverUDP - This program shows the use of a pent tcp socket server. Check out the
comments to figure out how it works. Notice that the only difference
between this UDP version and the TCP version is the creation of the
socket server class
Objects used:
Overview Object List Object Hierarchy
Sample Apps