[SOURCE]char* validString(char* string){ char c,*ch; int i=0; ... I want to change all array in this code to pointer.
確定! 回上一頁