由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - [合集] 如何只用putchar来实现itoa?
相关主题
python的一大缺点[合集] some interview questions i met and remembered
[合集] 6个变态的C语言写的Hello World (ZZ)紧急求助,C语言面试题
请教怎么用#define实现如下的功能[合集] 偶写的itoa
c++ cast problemC++里为什么没有标准化atoi和itoa?
[合集] how to remove duplicates from linked list?How to convert ip to int using Python ? (转载)
[合集] 推荐一个UML工具请教一道新奇的面试题
some interview questions i met and rememberedC++里面把数转成字符串的命令是啥啊?
这段代码为何要这样做?what's wrong with this scripts?variable passing?
相关话题的讨论汇总
话题: mar话题: thu话题: 2007话题: fame话题: 22
进入Programming版参与讨论
1 (共1页)
c***d
发帖数: 996
1
☆─────────────────────────────────────☆
fame (transfer) 于 (Thu Mar 22 16:28:57 2007) 提到:
而且不用array呢? 好像有点难度...
大家讨论一下把
☆─────────────────────────────────────☆
NoDealToday (乱写错别字可不是小事一桩) 于 (Thu Mar 22 16:32:01 2007) 提到:
why it is hard? A simple loop does that.

☆─────────────────────────────────────☆
fame (transfer) 于 (Thu Mar 22 16:33:35 2007) 提到:
I can only print to screen, how to print to string without using sprintf?
void printit(int n){
if(n == 0)
return;
1 (共1页)
进入Programming版参与讨论
相关主题
what's wrong with this scripts?variable passing?[合集] how to remove duplicates from linked list?
how to print 2 exponential digits in windows by using Perl[合集] 推荐一个UML工具
关于文件命名some interview questions i met and remembered
Mysterious PgSQL 8.3 crash这段代码为何要这样做?
python的一大缺点[合集] some interview questions i met and remembered
[合集] 6个变态的C语言写的Hello World (ZZ)紧急求助,C语言面试题
请教怎么用#define实现如下的功能[合集] 偶写的itoa
c++ cast problemC++里为什么没有标准化atoi和itoa?
相关话题的讨论汇总
话题: mar话题: thu话题: 2007话题: fame话题: 22