Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

About C++...

7 views
Skip to first unread message

Ramine

unread,
May 4, 2016, 5:48:44 PM5/4/16
to
Hello,


Now i will speak about C++ programming language.

I have just learned C++ in 2 days and it after that it
took me one more day to implement my C++ synchronization objects
library, and it was easy for me to implement because i was
already programmer and i have tested it thoroughly and i think
it is working great, and now i think that C++ is a good language
too, but as you have noticed i am an Object Pascal programmer who
specializes in parallel programming and you will find all
my projects here:

https://sites.google.com/site/aminer68/

And you can download my C++ synchronization objects library from:

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


Thank you,
Amine Moulay Ramdane.





Ramine

unread,
May 12, 2016, 6:13:51 PM5/12/16
to
Hello,


I have told you before that C++ was dangerous for parallelism,
because of its memory model that is weaker than the x86 architecture
memory model, but i have finally avoided this problem by implementing
my inventions with FreePascal and Delphi compilers that doesn't
reorder loads and stores even with compiler optimization, and
this is less error, so i have finally compiled my algorithms
implementations into Dynamic Link Libraries that
are used by C++ in a form of my great C++ Object Synchronization
Library. So C++ has become great again.

You can download my new and extended C++ Synchronization objects library:
0 new messages