On Friday, 13 December 2013 at 08:00:21 UTC, Dfr wrote:
Hello
I trying to write simple wrapper around pcre and have problem
passing strings to it. As i understood, the best way is
std.string.toStringZ.
So, my code look like:
string pattern = "";
pcre_compile2( toStringz(pattern), optio
Hello. I'm just getting into D (literally writing my first
program), and I can't figure out how to do this with getopt:
I want to have the option --log, which will enable logging (set a
bool variable to true). However, I want the program to also
accept --log=filename to allow the user to defin