Sunday, September 10, 2017

Digest for comp.lang.c++@googlegroups.com - 7 updates in 3 topics

"Chris M. Thomasson" <invalid@invalid.invalid>: Sep 10 01:50PM -0700

Here is a crude little try of mine: have not programmed this type of
base logic for efficient multi-threading in a while. So, try to not to
flame me too hard wrt the following code:
____________________________
#include <cstdio>
#include <cstdint>
#include <cstdlib>
 
#if ! defined (CT_CLSIZE_DEFAULT)
# define CT_CLSIZE_DEFAULT 64

No comments: