Saturday, November 22, 2014

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

comp.lang.c++@googlegroups.com Google Groups
Unsure why you received this message? You previously subscribed to digests from this group, but we haven't been sending them for a while. We fixed that, but if you don't want to get these messages, send an email to comp.lang.c+++unsubscribe@googlegroups.com.
"Öö Tiib" <ootiib@hot.ee>: Nov 22 02:25PM -0800

On Saturday, 22 November 2014 20:24:33 UTC+2, Luca Risolia wrote:
> uint_to_str_(i, s);
> *s = '\0';
> }
 
No. Most simple is to use standard library functions.
Can't get simpler by doing recursion instead of it.
Martijn Lievaart <m@rtij.nl.invlalid>: Nov 23 12:05AM +0100

On Sat, 22 Nov 2014 14:25:34 -0800, Öö Tiib wrote:
 
> No. Most simple is to use standard library functions.
> Can't get simpler by doing recursion instead of it.
 
True! And let's not forget that! However, it is both fun and instructive
to rewrite a standard function. I got reacquainted with std::lower_bound
f.i.
M4
woodbrian77@gmail.com: Nov 22 02:47PM -0800

On Saturday, November 22, 2014 4:18:02 PM UTC-6, Mr Flibble wrote:
 
> Stop spamming the newsgroup with this nonsense Brian.
 
I claim the software is more robust and efficient than ever.
 
I'm afraid this is an example of one man's trash is
another man's treasure.
 
Brian
Ebenezer Enterprises - So far G-d has helped us.
http://webEbenezer.net
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: