string& string::insert (size_type idx, size_type num, char c) idx:is the index number where insertion is to be made. c:is the character to be inserted. num:is ...
確定! 回上一頁