⑴ C++使用指针法将一个字符串中的某一个指定字符删除掉
#include<iostream>voiddel_char(char*str,charc){char*p=str,*q=str;for(;*q!='