由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - What is output?
相关主题
[转载] 简单的题都不敢做了.little endian vs big endian
一道cGCC 居然允许变量长度的向量
tree data conversiona question about CGI
C++ formatted output question全局对象
C#的formated output有点不方便呀。。。。谁给解释下这个比较弱的问题?
MatLab Code一个简单的算法问题?
C -> assemblyint64_t printf
A thread question问一道C++的题目。 (转载)
相关话题的讨论汇总
话题: what话题: output话题: printf
进入Programming版参与讨论
1 (共1页)
i**p
发帖数: 902
1
int i=5;
printf(" %d %d\n", ++i, ++i);
give your answer and explanation.
m*****e
发帖数: 4193
2
why should we?

【在 i**p 的大作中提到】
: int i=5;
: printf(" %d %d\n", ++i, ++i);
: give your answer and explanation.

i**p
发帖数: 902
3
把自己的痛苦建立在别人的痛苦上.

【在 m*****e 的大作中提到】
: why should we?
1 (共1页)
进入Programming版参与讨论
相关主题
问一道C++的题目。 (转载)C#的formated output有点不方便呀。。。。
Question on using ## in #defineMatLab Code
C/C++函数调用和栈内存C -> assembly
select的timeout怎么不workA thread question
[转载] 简单的题都不敢做了.little endian vs big endian
一道cGCC 居然允许变量长度的向量
tree data conversiona question about CGI
C++ formatted output question全局对象
相关话题的讨论汇总
话题: what话题: output话题: printf