parse命令行的函数简介:getopt和getopt_long (x264中用到了这两个函数)

本文介绍了Linux系统中用于解析命令行选项的getopt和getopt_long函数,它们为程序提供了一种标准的接口来处理单字符选项、多选项组合以及带有参数的选项。getopt最早在1980年代出现,后来被各种Unix系统包括GNU C Library和BSD C Library采用。在Windows下,如x264项目所示,也可以使用getopt_long。
摘要由CSDN通过智能技术生成

       命令行是用户与程序打交道的一个重要途径,为了让用户使用方便,程序员需要设计出相应的函数对命令行进行解析. 在linux等系统中, getopt函数就是干这个的,下面摘录Wikipedia中的资料:(看英语的感觉就是爽啊!)

 

      A long standing issue with command line programs was how to specify options; early programs used many ways of doing so, including single character options (-a), multiple options specified together (-abc is equivalent to -a -b -c), multicharacter options (-inum), options with arguments (-a arg, -inum 3, -a=arg), and different prefix characters (-a, +b, /c).

     The getopt function was written to be a standard mechanism that all

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值