懒码农。。。。。。

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2010年8月11日

摘要: 转自:http://www.pczpg.com/a/2010/0427/6819.html以CString的Format举例,第一个参数是格式化字符串,就像printf的第一个参数一样,用%d表示int,%s表示char*,%u表示unsigned int,%hd表示short,%hu表示unsigned short,%hhd表示char,%hhu表示unsigned char,%f表示float... 阅读全文
posted @ 2010-08-11 11:26 阿彬 阅读(341) 评论(0) 推荐(0) 编辑