boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - [合集] 如何只用putchar来实现itoa?
相关主题
python的一大缺点
[合集] 6个变态的C语言写的Hello World (ZZ)
请教怎么用#define实现如下的功能
c++ cast problem
[合集] how to remove duplicates from linked list?
[合集] 推荐一个UML工具
some interview questions i met and remembered
这段代码为何要这样做?
[合集] some interview questions i met and remembered
紧急求助,C语言面试题
相关话题的讨论汇总
话题: 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版参与讨论
相关主题
紧急求助,C语言面试题
[合集] 偶写的itoa
C++里为什么没有标准化atoi和itoa?
How to convert ip to int using Python ? (转载)
请教一道新奇的面试题
C++里面把数转成字符串的命令是啥啊?
what's wrong with this scripts?variable passing?
how to print 2 exponential digits in windows by using Perl
关于文件命名
Mysterious PgSQL 8.3 crash
相关话题的讨论汇总
话题: mar话题: thu话题: 2007话题: fame话题: 22