Page tree

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Overview

VHCL is a set of libraries that provide cross-platform common functionality for C/C++ projects.

VHCL includes:

  • Platform detection and defines
  • File logging
  • Memory tracking and leak detection
  • Crash reporting
  • OpenAL audio interface
  • Helpful string functions
  • Efficient Assert() function
  • High Resolution Timer
  • Math library
  • Socket/Winsock wrapper

Quick facts:

Users


Developers

Formatting Arguments into a String

Use the Format function inside of vhcl_string.h.

Using TCP Sockets

The vhcl_socket class handles cross-platform TCP socket creation and usage.

Message API

Sends: None

Receives: None

Known Issues

No Math library (vector library, SIMD, SSE, etc)

No Unicode support

No Threading

FAQ

FAQ

  • No labels