会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
黎强
博客园
|
首页
|
新随笔
|
新文章
|
联系
|
订阅
|
管理
2013年1月15日
【转】[Vim]推荐Vim配置文件
摘要: """"""""""""""""""""""""""""""""""""""""""""""""""
阅读全文
posted @ 2013-01-15 17:58 黎强
阅读(362)
评论(0)
推荐(0)
[转[c++]从int转换成string
摘要: 1. int sprintf( char *buffer, const char *format [, argument] ... ); <stdio.h>例如: int ss; char temp[64]; string str; ss = 1000; sprintf(temp, "%d", ss); string s(temp); //调用string的方法 cout<<s.c_str()<<endl;//1000 cout<<s.size()<<endl; //长度为42.char *_itoa( int v
阅读全文
posted @ 2013-01-15 17:29 黎强
阅读(172)
评论(0)
推荐(0)
公告