On Saturday, 14 May 2016 at 04:34:06 UTC, Andrei Alexandrescu wrote:
On 5/13/16 2:27 PM, Russel Winder via Digitalmars-d wrote:
getopt is a 1970s C solution to the problem of command line parsing. Most programming languages have moved on from getopt and created language-idiomatic solutions to the problem. Indeed there are other,
better solution in C now as well.

What are those and how are they better? -- Andrei

Since no one has mentioned Vladimir's funopt yet:
https://blog.thecybershadow.net/2014/08/05/ae-utils-funopt/

Reply via email to