the*_*ux4 0 c file command-line-arguments
我需要处理10个值.哪种方式会更好?将它们作为命令行参数或者从文件中读取?顺便使用C语言.
Nat*_*eat 5
如果你把它们作为命令行参数,那么你可以两种方式来做...即
a.out 1 2 hello abc ...
要么
a.out \`cat file_with_arguments.txt\
归档时间:
14 年,5 月 前
查看次数:
452 次
最近记录: