Thursday, April 21, 2016

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

Lynn McGuire <lmc@winsim.com>: Apr 21 06:01PM -0500

"Introducing the C++ Core Guidelines"
https://visualstudiomagazine.com/articles/2016/04/19/intro-to-cpp-core-guidelines.aspx
 
The actual document is at:
https://github.com/isocpp/CppCoreGuidelines/blob/master/CppCoreGuidelines.md
 
Lots of stuff there.
 
Lynn
legalize+jeeves@mail.xmission.com (Richard): Apr 21 07:12PM

[Please do not mail me a copy of your followup]
 
* Cross-Platform Mobile Development with Visual Studio 2015 and C++
* Modern C++
 
<https://legalizeadulthood.wordpress.com/2016/04/18/slides-for-utah-code-camp-presentations/>
--
"The Direct3D Graphics Pipeline" free book <http://tinyurl.com/d3d-pipeline>
The Computer Graphics Museum <http://computergraphicsmuseum.org>
The Terminals Wiki <http://terminals.classiccmp.org>
Legalize Adulthood! (my blog) <http://legalizeadulthood.wordpress.com>
Christian Gollwitzer <auriocus@gmx.de>: Apr 21 07:34PM +0200

> 1. sumOfIntegersDivisibleBy3
> 2. factorial
> 3. power
 
That is a horrible user interface. The user has no possibility to
correct for erroneous input, only by starting over and typing the same
10 digit numbers again.
 
Good user interfaces are either graphical, where the user can correct
and update the data anytime, or command line option parsing, where the
facilities of the shell are used (history repeating, line editing, file
completion etc. )
 
Christian
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: