在以下範例中,我們設計一個函式getline(), 從標準輸入裝置(stdin) 中讀取一列文字。 ... getline(char s[], int N) { int c, i; for (i=0; ...
確定! 回上一頁