摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->using System; public class Test { public int int_x; public string str_x; public byte byte... 阅读全文
posted @ 2008-12-16 21:36 Thinking.N 阅读(532) 评论(2) 推荐(0)
摘要: Code struct的构造函数: 1.不能有无参数的构造函数。 2.声明变量不能有初始值 3.声明实体实体的时候不引用默认构造函数! 阅读全文
posted @ 2008-12-16 21:34 Thinking.N 阅读(641) 评论(0) 推荐(0)