摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1struct S{ 2int i; 3int *p; 4}; 5void main() 6{ 7 S s; 8 int *p=&s.i; 9 p[0]=4; ... 阅读全文
posted @ 2008-10-07 12:49 阳光金子 阅读(148) 评论(0) 推荐(0) 编辑