【翻唱】evacassidy -- fly me to the moon (嗲的来了)# Music - 天籁之音
c*e
1 楼
C的程序问题
先是char*指针问题
char *dosth()
{
char s[256];
char * p = r;
p = "some new string":
}
然后问了一堆变量的值,比如 s, *s, *(s+2), &p, etc.
Source:
http://www.mitbbs.com/article_t/JobHunting/31350186.html
先是char*指针问题
char *dosth()
{
char s[256];
char * p = r;
p = "some new string":
}
然后问了一堆变量的值,比如 s, *s, *(s+2), &p, etc.
Source:
http://www.mitbbs.com/article_t/JobHunting/31350186.html