crash on args.getopt

Suliman via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Jan 24 21:34:15 PST 2015


Ali, you are right it's my error:

getopt(
   args,

and I did:
args.getopt
(
args,


Am I right understand that "args" in "args.getopt" is UFCS syntax 
style?


More information about the Digitalmars-d-learn mailing list