在 Vs2013中查看类的内部布局

在 Vs2013中查看类的内部布局,第1张

概述第一步:在Visual Studio中配置命令行环境(Command Prompt) 来自:https://blog.csdn.net/u013553529/article/details/77417058 点击:工具->外部工具->添加   标题:Command Prompt   命令:C:\Windows\System32\cmd.exe   参数:/k “C:\Program Files (

第一步:在Visual Studio中配置命令行环境(Command Prompt)

来自:https://blog.csdn.net/u013553529/article/details/77417058

点击:工具->外部工具->添加

  标题:Command Prompt

  命令:C:\windows\System32\cmd.exe

  参数:/k “C:\Program files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\VsDevCmd.bat”

  初始目录:$(ProjectDir)         (选择项目目录即可)

第二步:打开命令行,以如下的格式输入

来自:https://blog.csdn.net/tennysonsky/article/details/52054291

命令格式如下:
cl -d1reportSingleClassLayout[classname] xxx.cpp

classname 为类名,-d1reportSingleClassLayout[classname] 之间没有空格。 xxx.cpp为源代码文件名 总结

以上是内存溢出为你收集整理的在 Vs2013中查看类的内部布局全部内容,希望文章能够帮你解决在 Vs2013中查看类的内部布局所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: https://outofmemory.cn/langs/1211612.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-06-04
下一篇 2022-06-04

发表评论

登录后才能评论

评论列表(0条)

保存