|
Functions |
template<typename _Type> _Type | min (_Type x, _Type y) |
| same as std::max, but compatible with VC++ 6
|
template<typename _Type> _Type | max (_Type x, _Type y) |
| same as std::min, but compatible with VC++ 6
|
template<typename _Type> void | autoptr_reset (std::auto_ptr< _Type > &ptr) |
template<typename _Type> void | autoptr_reset (std::auto_ptr< _Type > &ptr, _Type &newValue) |
int | remove (const char *fileName) |
| remove a file (same as remove)
|
std::_Ios_Openmode | ios_mode_cast (int mode) |
int | mkdir (const char *path, int mode) |
double | flipd (double native) |
UINT64 | flipll (UINT64 native) |
int | strncasecmp (const char *one, const char *two, int length) |
double | htond (double native) |
double | ntohd (double native) |
UINT64 | htonll (UINT64 native) |
UINT64 | ntohll (UINT64 native) |
void | initializeNetwork () |
void | closesocket (socket_t s) |