You can still access any character in this 2D array of characters, or 1D array of strings. To print the 2nd c in 2nd row: cout<<s[1][2];. This way, you need not ...
確定! 回上一頁