On Wednesday, 23 July 2014 at 14:53:35 UTC, Chris wrote: > Short question: how can I grab the stdout written to by C(++), > i.e. If it is another program, try this: http://dlang.org/phobos/std_process.html#pipeProcess If you want to grab something written by another part of your same program... I'm not sure.