[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.programming

My C++ synchronization objects library was updated again..

Ramine

5/13/2016 8:50:00 PM

Hello,


My C++ synchronization objects library was updated again..

After i have included the 32 bit and 64 bit C++Builder makefiles

and after i have made my library follow the ISO C++ standard.

Now i have changed my SemaMonitor C++ implementation, because
since C++ allow the conversion from signed to unsigned , i
have made the paramaters of wait() and signal() methods and
also the constructors parameters to not accept negative values.

So now i have made my C++ synchronization objects library a
great library, and i think you can be confident because it is more
stable now.

You can download my new updated C++ synchronization objects library from:

https://sites.google.com/site/aminer68/c-synchronization-objec...



Thank you,
Amine Moulay Ramdane.