User:Oo22: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(No difference)
|
Revision as of 06:29, 14 May 2006
Here you can find any information on the projects that I have initiated.
NOTE: This is only a 'taste' of what's to come. Please be patient.
Projects
UDP API Wrapper class
- Language : C++
- Platform : Windows (currently using winsock for connection however easily modifiable)
- Current version : 0.1 Alpha (non-public)
- Contributors : oo22
The purpose of this wrapper class is to let people with less C/C++ experience attempt to make their clients without having to worry about setting up connections to the UDP server. The Wrapper class uses the winsock2 connection protocol. However, this can be exchanged with relative ease as needed.
Usage
Simply instantiate the class and call the functions named apicmd_* where * is replaced by the name of the UDP command. For example:
if(anidb.apicmd_ping()) if(anidb.apicmd_auth( user, pass)) anidb.apicmd_push(true, true);