Monday, January 29, 2018

Digest for comp.lang.c++@googlegroups.com - 4 updates in 3 topics

"Chris M. Thomasson" <invalid_chris_thomasson@invalid.invalid>: Jan 29 01:50PM -0800

On 1/29/2018 6:25 AM, Öö Tiib wrote:
> between processes feels inefficient hack.
 
> Make named pipes on Windows for communication between
> programs. AFAIK node.js supports those.
 
Using memory mapped files for "fast" inter-process communication can be fun.
 
;^)
"Öö Tiib" <ootiib@hot.ee>: Jan 29 12:11PM -0800

On Monday, 29 January 2018 22:05:12 UTC+2, Jorgen Grahn wrote:
> What the Mac did, I cannot quite remember.
 
https://en.wikipedia.org/wiki/History_of_the_graphical_user_interface#/media/File:AppleIIGSOS.png
Mr Flibble <flibbleREMOVETHISBIT@i42.co.uk>: Jan 29 05:27PM

On 29/01/2018 15:59, Ben Bacarisse wrote:
 
> http://www.bsb.me.uk/tmp/eg.png
 
> I'm sure you've come across flat designs on web pages maybe without
> realising.
 
The screenshot is just awful.
 
/Flibble
 
--
"Suppose it's all true, and you walk up to the pearly gates, and are
confronted by God," Bryne asked on his show The Meaning of Life. "What
will Stephen Fry say to him, her, or it?"
"I'd say, bone cancer in children? What's that about?" Fry replied.
"How dare you? How dare you create a world to which there is such misery
that is not our fault. It's not right, it's utterly, utterly evil."
"Why should I respect a capricious, mean-minded, stupid God who creates
a world that is so full of injustice and pain. That's what I would say."
Cholo Lennon <chololennon@hotmail.com>: Jan 29 11:01AM -0300

On 28/11/17 03:03, Stefan Ram wrote:
 
> Maybe the second possibility is a good thing sometimes,
> when one wants to assign custom meanings to std::-names?
 
> ~~
 
I suppose here we all know the difference between ::std and std. IMHO
the usage of ::std it has no sense (with only a very few exceptions).
I've been programming in C++ since 1990. Also at my current work I have
to deal with a huge code base with million lines of C++ code and I've
never seen a namespace "std" other than the standard. To summ up: I've
never needed to use ::std! but C'mon Stefan, let's face it, in
'comp.lang.java.programmer' you use "java.lang.String" when "String" is
enough. Of course, in real code there are situations when full type name
is used (security reasons/classloaders for example), but for snippets...
no way.
 
 
 
--
Cholo Lennon
Bs.As.
ARG
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: