在basic语言中有函数mid(a,b,c)即在字符串a中第b个字符开始取c个字符,我想知道在c++中的函数语言是什么⊙∀⊙?
char temp[c];memcpy(a+b,temp,c);
substring