水木社区手机版
首页
|版面-C++程序设计语言(CPlusPlus)|
新版wap站已上线
展开
|
楼主
|
同主题展开
|
返回
上一篇
|
下一篇
主题:有什么办法或者工具做这种代码静态检查
freyoneby
|
2024-04-18 19:55:57
|
// in a.h
#include "b.h"
class X { /* ... */ }
// in b.h
class Y { /* ... */ }
// sample.cpp
#include "a.h"
void func()
{
X x;
Y y; // Y is declared in b.h. But is not declared in a.h, which is directly included.
// We need to detect this.
}
--
FROM 139.226.122.*
上一篇
|
下一篇
选择讨论区
首页
|
分区
|
热推
BYR-Team
©
2010.
KBS Dev-Team
©
2011
登录完整版