Jude Young: > Is there an easy way to turn D style (string[] args) into C style? Maybe something like this (not tested)? const int argc = args.length; const char** argv = array(map!toStringz(args)).ptr; Bye, bearophile