Where there is a dream ,there is hope

  C++博客 :: 首页 :: 联系 :: 聚合  :: 管理
  64 Posts :: 0 Stories :: 8 Comments :: 0 Trackbacks

常用链接

留言簿(1)

我参与的团队

搜索

  •  

最新评论

阅读排行榜

评论排行榜

1.c++ unsigned char
C#中的char是16bits的Unicode字符,而一般C++中的字符则是8位的,所以C++中的“unsigned   char”在C#中要么转换成char,要么使用Byte类型来代替,前者适用于存放字符型的unsigned   char,后者适用于整数型的unsigned   char。
2.
unsigned int    == nint32
unsigned short== nint16
posted on 2010-11-24 09:38 IT菜鸟 阅读(398) 评论(0)  编辑 收藏 引用 所属分类: C/C++

只有注册用户登录后才能发表评论。
网站导航: 博客园   IT新闻   BlogJava   知识库   博问   管理