Chinaunix首页 | 论坛 | 博客
  • 博客访问: 544575
  • 博文数量: 252
  • 博客积分: 1068
  • 博客等级: 少尉
  • 技术积分: 1775
  • 用 户 组: 普通用户
  • 注册时间: 2012-05-05 21:33
文章分类

全部博文(252)

文章存档

2013年(21)

2012年(231)

分类:

2012-06-04 14:36:38

#include
//#include//not necessary!
using namespace std;
int main()
{
    int number=12345;
    char str[10];
    itoa(number,str,10);//int value,char *str,int radix
    cout<    return 0;
}
阅读(308) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~