[ENet-discuss] ENet C++ wrapper
LlubNek
llubnek at gmail.com
Thu Jun 26 16:46:15 PDT 2008
C++ wrapper for ENet. Should be pretty complete, but let me know if
there's anything missing.
Includes a demo client and server based on the tutorial at
http://enet.bespin.org/Tutorial.html and compilation targets for both
static and DLL ENet libraries.
"enet" folder is a copy of ENet CVS, it can be updated in the usual way.
Project file is for Code::Blocks. Currently configured to use mingw.
The tildes (~) you see all over the place are not binary negation. The
tilde operator retrieves the ENet primitive corresponding to the C++
class for any Wrapper based classes (which would be all classes except
ENet and Error). The getprimitive() member function does the same thing.
More information about the ENet-discuss
mailing list