由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 下面的code怎么样improve?
相关主题
How difficult is it to write your own sprintf ?C++里面把数转成字符串的命令是啥啊?
Python里边file writer的问题what's wrong with this scripts?variable passing?
does the system guarantee this? (转载)how to print 2 exponential digits in windows by using Perl
multi-thread 一问,关于文件命名
OpenGL能否方便实现自定义图形的移动,擦除和分层显示?[合集] 如何只用putchar来实现itoa?
新人5个包子请教问题,redhat读写文件的内存问题 (转载)Mysterious PgSQL 8.3 crash
问一个vim的问题C语言一个passing variable的问题
为什么redbox比netflix好用的多?easy problem coconut
相关话题的讨论汇总
话题: buffer话题: send话题: sprintf
进入Programming版参与讨论
1 (共1页)
j****9
发帖数: 2295
1
Sprintf(buffer,"%c",ESC);
Send(buffer);
Sprintf(buffer,"%s",message);
Send(buffer);
Sprintf(buffer,"rn");
Send(buffer);
T********i
发帖数: 2416
2
做成一个buffer。

【在 j****9 的大作中提到】
: Sprintf(buffer,"%c",ESC);
: Send(buffer);
: Sprintf(buffer,"%s",message);
: Send(buffer);
: Sprintf(buffer,"rn");
: Send(buffer);

1 (共1页)
进入Programming版参与讨论
相关主题
easy problem coconutOpenGL能否方便实现自定义图形的移动,擦除和分层显示?
请教Matlab和IDL的处理数据能力差异新人5个包子请教问题,redhat读写文件的内存问题 (转载)
two general C++ question问一个vim的问题
how to convert str to double为什么redbox比netflix好用的多?
How difficult is it to write your own sprintf ?C++里面把数转成字符串的命令是啥啊?
Python里边file writer的问题what's wrong with this scripts?variable passing?
does the system guarantee this? (转载)how to print 2 exponential digits in windows by using Perl
multi-thread 一问,关于文件命名
相关话题的讨论汇总
话题: buffer话题: send话题: sprintf