摘要: http://www.cnblogs.com/qingjoin/archive/2012/03/20/2408944.html#include #define JUDGE_POINT_TWO 1int main(){ #if JUDGE_POINT_TWO char str[] = "qingjoin"; char *ptr = "c program"; char *point; point = str; point[2] = 'a'; point[3] = 'x'; printf("str=%s\n" 阅读全文
posted @ 2013-07-27 19:50 Crazy Eric 阅读(355) 评论(0) 推荐(0)