Chinaunix首页 | 论坛 | 博客
  • 博客访问: 427042
  • 博文数量: 127
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 810
  • 用 户 组: 普通用户
  • 注册时间: 2013-07-02 20:51
文章分类

全部博文(127)

文章存档

2018年(6)

2015年(18)

2014年(33)

2013年(70)

发布时间:2013-12-31 11:31:14

1,字符串转整型(一)#include <stdlib.h>int atoi(const char *nptr);字符串转化为整型long atol(const char *nptr);字符串转化为长整型long long atoll(const char *nptr);long long atoq(const char *nptr);字符串转化为long long 类型英文手册很简单,直接上说明:The atoi() function converts the initial.........【阅读全文】

阅读(1229) | 评论(0) | 转发(0)

发布时间:2013-12-19 18:58:38

......【阅读全文】

阅读(1661) | 评论(0) | 转发(0)

发布时间:2013-12-19 18:18:53

......【阅读全文】

阅读(997) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册