科学网[转载]VC项目配置基础

2014 年 4 月 5 日4230

为编译器指定的包含路径下的头文件:即在VC6.0中的“Tools→Options→Directories→Include files”(对应VC2005的“工具→选项→项目和解决方案→VC++目录→包含文件”)处指定的包含目录。默认情况下包括

也可在文件中使用导入所依赖的静态库),多个库之间以空格分隔。

必要时添加相对目录,保证YourLib的可见性)。

Alt+O:Open Corresponding File(h/cpp,aspx/cs/vb)

Shift+Alt+O:Open File in Solution(VA View|[Files in Solution])

Shift+Alt+S:Find Symbol in solution(VA View|[Symbols in Solution])

Shift+Alt+F:Find References in solution(Find All references)

Alt+G/Alt+G:Go to Implementation/Declaration, same as F12/Ctrl+F12 in VC

Shift+Alt+R:Refactor|Rename

Alt+M:List Methods in Current File

Ctrl+Shift+V:Paste selector from clipboard

参考:

http://http://www.zjjv.com///phunxm/article/details/5082488

http://http://www.zjjv.com///blog-58025-781312.html

上一篇:CChartCtrl--High-speed Charting Control
下一篇:[转载]中国首次发现大规模可利用干热岩资源

0 0