请教: int n; (
by studyonly - C/C++ - 2006-09-29 22:12:05 阅读(1251) 回复(7)
提示: [code] function returns value which is always ignored printf [/code] printf我是这样写的 [code]printf("%d,%d,%d,%d,%d,%d",a,b,c,x,y,z);[/code] 应该怎样写这个printf才算ok?
Java Lint 工具 Stephen Suen Copyright © 2005 Stephen Suen. All rights reserved. 如果你在编译 Java 程序时,碰到类似"注意: 要了解详细信息,请使用 -Xlint:deprecation 重新编译"这样的提示,而且你对选项 -Xlint 感到困惑的话,本文或许会带给你一些有趣且有用的信息。 本文的最新版本将发布在程序员咖啡馆网站上(建设中)。欢迎订阅我们的邮件组,以获得关于本文的正式发布及更新信息。全文在保证完整性,且保留...
有谁用过lint吗?好像是一个更加严格检查程序的编译器,但是我上网发现找到了pc-lint,但是是收费的。不知道linux或者unix下是否有相关的版本? gcc里面是否自带? 谢谢,请高手指点
在C和C++里,有时候看到源码中调用函数前加上“
有个函数int A(..., ...,
看到有些人对
Default constructor called.
Default constructor called.
Default constructor called.
Default constructor called.
Destructor called.
Constructorl called.
Destructor called.
Constructor2 called.
Destructor called.
x=0,y=0
x=5,y=0
x=3,y=-858993460
Destructor called.
Destructor called.
Destructor called.
Press any key to continue
#include
在头文件中。typedef