scooterman / cpp-utils

Simple tools to use on C++ coding day-to-day

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cpp-utils: Simple utilities for the average C++ programmer

for now, I'm releasing the paralell functions, useful for spawning threads of execution. It relies on thread building blocks, the posix semaphore API and uses c++0x variadic template stuff.

feel free to contact me at victor.v.carvalho at gmail dot com


Greetings,
Victor

About

Simple tools to use on C++ coding day-to-day

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%