Page tree

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

Compare with Current View Page History

« Previous Version 3 Next »

Overview

VHCL is a set of libraries that provide cross platform common functionality for C/C++ projects, including file logging, memory tracking and leak detection, crash reporting, and an OpenAL audio interface

Quick facts:

Users

What can users do with it and how? Ideally, create subsections per capability, ideally in the form of performing actions ("Launching the application", "Adding a new response", etc.)

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

Some potential future additions:

  • Math library (vector library, SIMD, SSE, etc)
  • 64-bit support
  • Unicode support
  • Threading

FAQ

FAQ

  • No labels