C lang: THe Command line

£可爱£侵袭症+ 提交于 2019-12-10 00:51:54

Ax_command line

Ax_a command line

describe

    The command line is in enviroment for DOS,to user operate line of command.

format

    Linux :     $
    windows:    C>
    

Ax_b command line argument

describe

    The command argument addition item of level line.

format

    e.g.

    $ nmap -Ss -T4 <ip address>
    
gramma

    Usage Clang read and Use addition item.

gramma measure

    argument count
        
        argc //command line caracter number,space display start and ended for caracter.
    
    argument value
    
        argv //pointer to pointer,array pointer for point to array element.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!