如何找到从未调用过的函数

发布于 2024-10-20 10:45:54 字数 317 浏览 1 评论 0原文

可能的重复:
查找从未调用的函数

我知道已经有人问过类似的问题查找从未调用的函数 但也许有人有其他解决方案?不需要使用外部程序。 我正在 C++ 工作

Possible Duplicate:
Find never-called functions

Hello
I know that similar question was already asked Find never-called functions
but maybe someone have some other solutions?That don't require use of external programs.
I am working in c++

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

鲜血染红嫁衣 2024-10-27 10:45:54

不,Visual Studio 中没有内置执行此操作的方法。您将需要一个第三方程序。再次询问不会改变任何事情。在 Visual Studio 2008 可用后,您链接到的重复问题已被提出并得到了很好的回答。如果存在的话,有人会提出建议。

很难特别建议任何第三方解决方案,因为您没有在问题中指定语言。您为非托管 C++ 项目选择的内容将不同于 .NET 项目。

No, there isn't a way of doing this built into Visual Studio. You will need a third-party program. Asking again isn't going to change anything. The duplicate question that you link to was asked and answered well after Visual Studio 2008 was available. Someone would have suggested something if it existed.

It's difficult to suggest any third-party solutions in particular because you don't specify a language in the question. What you would choose for an unmanaged C++ project would be different than a .NET project.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文