Command-line argument parsing: Difference between revisions

Content deleted Content added
This merge proposal never went anywhere.
Line 4:
===C===
{{Main|C_syntax#Command-line_arguments}}
C uses <code>argv</code> to process command-line arguments.<ref>{{cite web|url=http://publications.gbdirect.co.uk/c_book/chapter10/arguments_to_main.html |title=The C Book — Arguments to main |publisher=Publications.gbdirect.co.uk |date= |accessdate=2010-05-31}}</ref><ref>http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/src/share/misc/style an example of parsing C arguments and options</ref>
 
===Java===