Wednesday, December 6, 2017

Digest for comp.lang.c++@googlegroups.com - 10 updates in 8 topics

legalize+jeeves@mail.xmission.com (Richard): Dec 06 11:20PM

[Please do not mail me a copy of your followup]
 
FYI, I am working with Daveed Vandevoorde to revive moderation of
comp.lang.c++.moderated so we can all get away from the spam and the
trolls. Hopefully we can get moderation back online by January, 2018.
--
"The Direct3D Graphics Pipeline" free book <http://tinyurl.com/d3d-pipeline>
The Terminals Wiki <http://terminals-wiki.org>
The Computer Graphics Museum <http://computergraphicsmuseum.org>
Legalize Adulthood! (my blog) <http://legalizeadulthood.wordpress.com>
Lynn McGuire <lynnmcguire5@gmail.com>: Dec 06 05:09PM -0600

"C++17 Is Now Official"
https://www.phoronix.com/scan.php?page=news_item&px=CPP17-Official
 
"C++17 introduces a number of new language features, support for UTF-8
character literals, inline variables, fold expressions, and more. On the
C++ standard library side is parallel versions of the STL algorithms, a
file-system library derived from Boost, and other additions."
 
1,605 pages ! ! !
 
I would still like to see a standard windowing user interface library.
 
Lynn
legalize+jeeves@mail.xmission.com (Richard): Dec 06 11:19PM

[Please do not mail me a copy of your followup]
 
Lynn McGuire <lynnmcguire5@gmail.com> spake the secret code
 
>1,605 pages ! ! !
 
>I would still like to see a standard windowing user interface library.
 
...presumably because you want to see another 1500 pages added to the
standard?
--
"The Direct3D Graphics Pipeline" free book <http://tinyurl.com/d3d-pipeline>
The Terminals Wiki <http://terminals-wiki.org>
The Computer Graphics Museum <http://computergraphicsmuseum.org>
Legalize Adulthood! (my blog) <http://legalizeadulthood.wordpress.com>
Intelli2 <intelli2@mama.com>: Dec 06 05:50PM -0500

Hello,
 
 
Why do i want to sell my scalable algorithms and such to Embarcadero
technologies (that will integrate them in Delphi and C++Builder) here:
 
https://www.embarcadero.com/?utm_source=google&utm_medium=cpc&utm_campaign=embcplusplus&utm_content=brand&utm_term=%2Bembarcadero
 
 
Because look for example at my inventions inside my C++ Synchronization
Objects Library here:
 
https://sites.google.com/site/aminer68/c-synchronization-objects-library
 
Since HTM (hardware transactional memory) and TM can not replace locks
when doing IO and for highly contended critical sections , so this is
why my C++ Synchronization Objects Library is still useful.
 
My other inventions such as my scalable algorithms such as my scalable
FIFO queues and my fully scalable Threadpools that are coming and my
scalable Parallel Varfiler and such, are new inventions and very
interesting to use.
 
 
 
Thank you,
AMine Moulay Ramdane.
Intelli2 <intelli2@mama.com>: Dec 06 05:46PM -0500

Hello,
 
 
Why do i want to sell my scalable algorithms and such to Embarcadwero
technologies (that will integrate them in Delphi and C++Builder) here:
 
https://www.embarcadero.com/?utm_source=google&utm_medium=cpc&utm_campaign=embcplusplus&utm_content=brand&utm_term=%2Bembarcadero
 
 
Because look for example at my inventions inside my C++ Synchronization
Objects Library here:
 
https://sites.google.com/site/aminer68/c-synchronization-objects-library
 
Since HTM (hardware transactional memory) and TM can not replace locks
when doing IO and for highly contended critical sections , so this is
why my C++ Synchronization Objects Library is still useful.
 
My other inventions such as my scalable algorithms such as my scalable
FIFO queues and my fully scalable Threadpools that are coming and my
scalable Parallel Varfiler and such, are new inventions and very
interesting to use.
 
 
 
Thank you,
AMine Moulay Ramdane.
Intelli2 <intelli2@mama.com>: Dec 06 05:03PM -0500

Hello,
 
Read this:
 
==
 
Visual Studio is not really comparable to C++ Builder.
 
Yes they are both C++ compilers but:
 
1- Visual Studio is only RAD when using .NET languages
2- MFC is 'semi-rad' but does not come close to ease of use of VCL
3- Visual Studio compiler is better at producing optimized code, but C++
Builder uses Clang which is pretty good
4- Visual Studio and C++Builder are both standards compliant (CB using
Clang-based compilers)
5- C++ Builder comes with Boost
6- C++ Builder XE is much better than previous versions (not including
Builder C++ 6.0)
7- You can't beat the RAD tools in C++ Builder for C++ development,
nothing comes close
 
The biggest recommendation I can make is DO NOT MOVE TO MFC, that's
where the pain starts.
 
 
With all that said, when I was given a choice for a client between
moving to VS2008/2010 or Builder C++ for a new product, I picked
Builder, just for the RAD IDE.
 
==
 
 
Thank you,
Amine Moulay Ramdane.
bitrex <bitrex@de.lete.earthlink.net>: Dec 06 04:56PM -0500

On 12/06/2017 12:23 PM, fir wrote:
 
> how to code that?
 
> should i code it in some symmetric way
> make the delay be halved on two players or what?
 
You have to use some kind of client-side prediction; the two clients
can't be expected to be hard-synced to each other. That is to say the
packets being exchanged aren't used for a direct update of the paddle on
the other player's screen, but more as verification that what the other
client is doing already is correct.
 
References:
 
<https://en.wikipedia.org/wiki/Client-side_prediction>
 
<https://developer.valvesoftware.com/wiki/Source_Multiplayer_Networking>
Intelli2 <intelli2@mama.com>: Dec 06 04:25PM -0500

Hello,
 
 
About Embarcadero technologies here:
 
https://www.embarcadero.com/?utm_source=google&utm_medium=cpc&utm_campaign=embcplusplus&utm_content=brand&utm_term=%2Bembarcadero
 
We have to get into management processes to enhance Embarcadero
technologies, and here i want to bring my ideas: i have bought Borland
Turbo Pascal professional in year 1991, and i have worked with it and i
have loved it, and i have bought Delphi in year 1999, and i have worked
with it and i have loved it, and i have followed the work of Borland and
Embarcadero technologies on Delphi and C++Builder, i think Delphi and
C++Builder are good products, but they have to be enhanced , and how can
they be enhanced ? by incorporating in them scalable algorithms
inplementations that scales, and that scales on NUMA systems, so
Embarcadero Technologies must think big for Delphi and C++Builder, this
is why i want to integrate my scalable algorithms implementations and
such into Delphi and C++Builder products, Embarcadero technologies can
easily put my scalable algorithms implementations and such into a
directory called Utils (for utilities) inside the Delphi and C++Builder
products to easy and to make fast the process of enhancing the products,
and of course i will let Embarcadero technologies enhance the coding
style of my scalable algorithms implementations and such and verify and
test them more. This is how we will make better products.
 
 
Thank you,
Amine Moulay Ramdane.
"Rick C. Hodgin" <rick.c.hodgin@gmail.com>: Dec 06 11:57AM -0800

On Wednesday, December 6, 2017 at 1:22:55 PM UTC-5, Daniel wrote:
> > I would save you from that Hellfire end, fir.
 
> Have you sold all of your possessions and given them to the poor? Best to work
> on yourself first.
 
Christianity is not works-based. We are guilty of sin, and we acknowledge
our guilt and ask forgiveness. The things we do AFTER that are us being
led by the spirit of God. They are not a contingency of us being saved,
but because we are saved we do things for the Lord, by obeying Him and
doing things for others.
 
You have a religious view of Christianity, Daniel. Christianity is
not a religion. Jesus gave the advice of selling all you own and giving
to the poor to a rich, young ruler, whose stumbling block to salvation
was his wealth. The same calling is not for everybody, but all people
are called as they are.
 
And to answer your fundamental question: I strive with great passion
to serve the Lord rightly. I succeed a lot. I also fail a lot. But
my desire is to serve the Lord rightly. It is my goal, and I place great
emphasis on working toward that end because the Lord is important to me.
I want to honor Him with my life.
 
--
Rick C. Hodgin
fir <profesor.fir@gmail.com>: Dec 06 12:03PM -0800

your real goal is to serve your moronism and become moron - and you achieved that, dick
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.lang.c+++unsubscribe@googlegroups.com.

No comments: