Formatting a string on a variadic parameter function without using GC

Mike Parker via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Mar 1 20:13:55 PST 2016


On Wednesday, 2 March 2016 at 04:12:13 UTC, Mike Parker wrote:

> char buf[1024];

Ugh. And the proper declaration in D:

char[1024] buf;



More information about the Digitalmars-d-learn mailing list