search

Home  >  Q&A  >  body text

c++ - 如何使用vs2008查看mfc的源代码

使用vs2008,摁F12快捷键可以跳转到某个类的头文件中,但是我想看某个类的定义部分(cpp),不知道怎么跳转过去。

目前解决办法:在mfc源代码所在目录,搜索要查看的源码信息。但是这样很麻烦,不知道vs工具有没有办法直接从某个类的头文件中转到对应的cpp文件呢?

PHPzPHPz2884 days ago656

reply all(1)I'll reply

  • 阿神

    阿神2017-04-17 11:18:34

    In VS2013, F12 jumps to the definition, and Ctrl+F12 jumps to the declaration.
    If 2008 does not support it, it is recommended to install VAX

    reply
    0
  • Cancelreply