AnCH Framework 0.1
Another C++ Hack Framework
Loading...
Searching...
No Matches
AnCH CUtils library documentation

Introduction

AnCH CUtils library is a library which proveides gateway between C and C++ (char[] to iostream for now).

Prerequisites

AnCH CUtils is a standalone library.

Installation

make install

Conception

This library tries to provide utility classes and functions to manage C data with C++ concepts.

Examples