[Plib-cvs] plib/doc/net index.html,1.7,1.8
Brought to you by:
sjbaker
From: Steve B. <sj...@us...> - 2004-03-21 17:23:23
|
Update of /cvsroot/plib/plib/doc/net In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7848/plib/doc/net Modified Files: index.html Log Message: Cleaned up the network library - did some improvements to the client/server example programs so that they'll actually work when you run them!! Index: index.html =================================================================== RCS file: /cvsroot/plib/plib/doc/net/index.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- index.html 6 Jul 2002 19:55:32 -0000 1.7 +++ index.html 21 Mar 2004 17:12:59 -0000 1.8 @@ -24,6 +24,8 @@ This document assumes a certain degree of knowledge of TCP/IP and socket programming. <p> +To use the NET library, you'll need to '#include <plib/net.h>' and +link to libplibnet.a <H2>Symbol Conventions.</H2> Pegasus follows the same conventions for symbols and tokens that are used by OpenGL and GLUT. All Pegasus symbols for classes and |