02 2009 档案

摘要:在欧美地区,字符串被当作一系列以 0 结尾的单字节字符,这非常自然。使用strlen函数时,会返回一个以0结尾的单字节字符数组中的字符数。但有些语言,比如汉字或日文,字符集的符号很多,而单字节字符集最多只能提供256个字符,这是远远不够的。因此,创立了双字节字符集DBCS(Double-byte charater set)来支持这些语言。在双字节字符集中,字符串中的每个字符由1或2个字节组成。因此... 阅读全文
posted @ 2009-02-26 22:32 finema 阅读(1046) 评论(0) 推荐(0)
摘要:VB6:关于“Only public user defined types defined in public object modules can be used as parameters or return types for public procedures of class modules or as fields of public user defined types.... 阅读全文
posted @ 2009-02-09 12:04 finema 阅读(650) 评论(0) 推荐(0)