May 09, 2006 Argument problem - missing quote | ||||
---|---|---|---|---|
| ||||
testarg.c: #include <stdio.h> int main(int argc, char *argv[]){ return printf("%s", argv[1]); } gcc testarg.c -o testarg.exe & testarg """ " dmc testarg.c & testarg """ The double quote is missing here. Any way to pass a double quote as argument to DMC compiled program? DMC v8.47 Thanks, Brian |
May 09, 2006 Re: Argument problem - missing quote | ||||
---|---|---|---|---|
| ||||
Posted in reply to Brian Gardner | Brian Gardner wrote: > Any way to pass a double quote as argument to DMC compiled program? > testarg \" testarg "\"" -- Absolutely not the best homepage on the net: http://home20.inet.tele.dk/midgaard But it's mine - Bertel |
Copyright © 1999-2021 by the D Language Foundation