runxinzhi.com
首页
百度搜索
c语言之利用指针复制字符串的几种形式
第一种:
#include<stdio.h>
#include
<iostream>
void
copy_string(
char
* p1,
char
*
p2) {
for
(; *p1 !=
'