会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
懒码农。。。。。。
博客园
::
首页
::
博问
::
闪存
::
新随笔
::
联系
::
订阅
::
管理
::
公告
2010年8月11日
【转】VC中format的用法
摘要: 转自: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)
编辑