digitalmars.D - Discussion about D on the gentoo forum
- Andrei Alexandrescu (2/2) Nov 27 2010 http://forums.gentoo.org/viewtopic-p-6498541.html?sid=f59057ee36c58c923c...
- Seth Hoenig (3/5) Nov 27 2010 Perhaps you could answer the OP's question as to "what happened to it"?
- Adam D. Ruppe (8/8) Nov 28 2010 One of the things I believe to be a huge improvement over C++ in D is va...
- bearophile (5/7) Nov 28 2010 G++ has them now, they are in C++0x:
- Kagamin (2/5) Jul 30 2013 Last I checked C++ didn't know about strings.
- Kagamin (1/1) Jul 30 2013 Oops, what the hell?
- Vladimir Panteleev (3/4) Jul 30 2013 A spammer bumped this thread. I've deleted the spam posts now,
http://forums.gentoo.org/viewtopic-p-6498541.html?sid=f59057ee36c58c923cd13d4be3f839f2 Andrei
Nov 27 2010
On Sat, Nov 27, 2010 at 8:11 AM, Andrei Alexandrescu < SeeWebsiteForEmail erdani.org> wrote:http://forums.gentoo.org/viewtopic-p-6498541.html?sid=f59057ee36c58c923cd13d4be3f839f2 AndreiPerhaps you could answer the OP's question as to "what happened to it"?
Nov 27 2010
One of the things I believe to be a huge improvement over C++ in D is variadic templates. I'm wondering if C++ can do it anyway - my c++ is a bit rusty, but I can't think of a way to do it. How would you implement something like std.conv.text in C++? The D version is trivial: 5 lines and easily understandable. If it's as ugly as I'm imagining it is, this is a good example for a pretty big improvement. (Though I still believe the sum of the little improvements are greater than any of the big ones!)
Nov 28 2010
Adam D. Ruppe:One of the things I believe to be a huge improvement over C++ in D is variadic templates.G++ has them now, they are in C++0x: http://en.wikipedia.org/wiki/C_0x#Variadic_templates Bye, bearophile
Nov 28 2010
On Sunday, 28 November 2010 at 16:29:19 UTC, Adam D. Ruppe wrote:How would you implement something like std.conv.text in C++? The D version is trivial: 5 lines and easily understandable.Last I checked C++ didn't know about strings.
Jul 30 2013
On Tuesday, 30 July 2013 at 16:04:04 UTC, Kagamin wrote:Oops, what the hell?A spammer bumped this thread. I've deleted the spam posts now, though.
Jul 30 2013