Code: argc -= optind; argv += optind;. First line is obvious. On second line, however argv is array of pointers to char*.
確定! 回上一頁