摘要:
最近发现了一个问题,是关于char *和char [ ]的区别见程序如下:#include "stdafx.h"#include "string.h"#include "stdio.h"int main(int argc, char* argv[]){ char source[]="This is a source sentence"; //char *source="This is a source sentence"; strtok(source,"a"); printf 阅读全文
posted @ 2012-12-21 09:33
陳さん様
阅读(144)
评论(0)
推荐(0)

浙公网安备 33010602011771号