So I have this char const* blahblahblah(const char* s) function but when I try to use strcat(s, " ") or return s[k] in it it says const char*s Error: ...
確定! 回上一頁