You are here: My Account > Point one > Count three
Headline news
Advertisement
 

Projects / AuxUtils Cpp / Snippets

The project AuxUtils is an auxiliary C++ library that implements the missing functionality from the Boost libraries. The library provides some efficient functions and templates and wraps some platforms dependent functions.
PrevUpHomeNext

Effective programming templates


These snippets illustrate the programming templates usage such as object pool, thread pool and timer for effeciently usage resources (CPU, Memory and others).

PrevUpHomeNext