Libcfu is a library of tools that I have found useful, particularly when developing multithreaded software. It includes a hash table, a linked list, self-extending strings, a config file parser, a simple timer, a thread queue, and command-line parser.
Project Admins:
In order to compile under mingw48, add such codes in cfutypes.h :
~~~~
ifndef u_int32_t // mingw does not seem to define this one
endif
ifndef u_int // mingw does not seem to define this one
endif
~~~~~~
Hello,
I never managed to compile on windows 10 x64 mingw. After configure, make fails.
Here is the end of make's run :
I had added types in cfutypes as recommended by skalware.
I compiled on linux though.
Any clue ?
Thanks,
Ghislain