Monday, January 9, 2017

Digest for comp.programming.threads@googlegroups.com - 5 updates in 5 topics

Ramine <toto@toto.net>: Jan 08 06:37PM -0800

Hello....
 
My C++ synchronization objects library was just updated...
 
 
I have just used the following SafeInt 3.0.18:
 
http://safeint.codeplex.com/releases/view/125522
 
It is a clever library and method to detect and prevent overflow and
underflow on datatypes such as char, signed and unsigned integer, and
signed and unsigned long long integer etc. , i have just included it
inside the SemaMonitor directory inside the zip and i have showed you
how to use it, just look at how to use it inside the test1.cpp example
inside the zip file inside the SemaMonitor directory...
 
 
You can download again my C++ synchronization objects library from:
 
https://sites.google.com/site/aminer68/c-synchronization-objects-library
 
 
About SemaMonitor 2.02...
 
When you use Semaphores , and when you release and you have attained the
maximum count to be released, the signal(or the release) will be lost
and this is no good, this is why i have implemented my new algorithm of
my SemaMonitor version 2.02, now if you want the signal(s) to not be
lost with my SemaMonitor, you can configure it by passing a parameter to
the constructor, and it works great, this has helped to implement my
Concurrent FIFO Queue 1 and my Concurrent FIFO queue 2 without using
Condition variables.
 
You can download the concurrent FIFO queues from:
 
 
https://sites.google.com/site/aminer68/concurrent-fifo-queue-1
 
and from:
 
https://sites.google.com/site/aminer68/concurrent-fifo-queue-2
 
 
And you can download my Lightweight SemaMonitor and my SemaCondvar
version 2.02 from:
 
Lightweight SemaCondvar & SemaMonitor version 2.02
 
https://sites.google.com/site/aminer68/light-weight-semacondvar-semamonitor
 
And:
 
SemaCondvar & SemaMonitor version 2.02
 
https://sites.google.com/site/aminer68/semacondvar-semamonitor
 
 
Thank you,
Amine Moulay Ramdane.
Ramine <toto@toto.net>: Jan 08 06:23PM -0800

Hello,
 
I advice you to use this Easy to use C++ memory leak detection library
 
http://www.neoegm.com/tech/programming/c-cpp/cppmemdbg-easy-to-use-cpp-memory-leak-detection-library/
 
And also i advice you to use this SafeInt 3.0.18 C++ library to detect
and prevent overflow and underflow on datatypes such as char, signed and
unsigned integer, and signed and unsigned long long integer etc.
 
 
http://safeint.codeplex.com/releases/view/125522
 
 
I am using them and they are good.
 
 
Thank you,
Amine Moulay Ramdane.
Ramine <toto@toto.net>: Jan 08 06:19PM -0800

Hello,
 
I advice you to use this Easy to use C++ memory leak detection library
that is portable:
 
http://www.neoegm.com/tech/programming/c-cpp/cppmemdbg-easy-to-use-cpp-memory-leak-detection-library/
 
And also i advice you to use this SafeInt 3.0.18 C++ library to detect
and prevent overflow and underflow datatypes such as char, signed and
unsigned integer, and signed and unsigned long long integer etc.
 
 
I am using them and they are good.
 
 
Thank you,
Amine Moulay Ramdane.
Ramine <toto@toto.net>: Jan 08 06:18PM -0800

Hello,
 
I advice you to use this Easy to use C++ memory leak detection library
that is portable:
 
http://www.neoegm.com/tech/programming/c-cpp/cppmemdbg-easy-to-use-cpp-memory-leak-detection-library/
 
And also i advice you to use this SafeInt 3.0.18 C++ library to detect
overflow and underflow datatypes such as char, signed and unsigned
integer, and signed and unsigned long long integer etc.
 
 
I am using them and they are good.
 
 
Thank you,
Amine Moulay Ramdane.
Ramine <toto@toto.net>: Jan 08 05:06PM -0800

Hello,
 
My C++ synchronization objects library was just updated...
 
I have just used the following SafeInt 3.0.18:
 
http://safeint.codeplex.com/releases/view/125522
 
It is a clever method that prevents signed and unsigned integer or
long long integer overflow and underflow, i have just included
it inside the SemaMonitor directory inside the zip and i have showed
you how to use it, just look at how to use it inside the test1.cpp
example inside the zip file inside the SemaMonitor directory...
 
 
You can download again my C++ synchronization objects library from:
 
https://sites.google.com/site/aminer68/c-synchronization-objects-library
 
 
Thank you,
Amine Moulay Ramdane.
You received this digest because you're subscribed to updates for this group. You can change your settings on the group membership page.
To unsubscribe from this group and stop receiving emails from it send an email to comp.programming.threads+unsubscribe@googlegroups.com.

No comments: