如何找到从未调用过的函数
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,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.