整理VC的使用技巧(2)

2021-04-17 17:42:57 字數 702 閱讀 6981

vc中的快捷鍵

f5                 run to next 斷點

f10               單步執行

f11               執行到函式內部

shift f11        跳出函式體

f9                  斷點

alt+f8            可以讓所選中的**自動縮排

shift f5        退出除錯

除錯中呼叫到的視窗

alt+2          output視窗

alt+3          變數視窗

alt+4          watch

alt+5          register

alt+6          memery

alt+7          call stack

alt+8          檢視彙編**

alt+0          工作區視窗

ctrl+b        檢視斷點

ctrl+g        goto...

alt+f2        設定bookmark

alt+f9        設定斷點

ctrl+f10    執行到游標處 run to cursor

f7               構建

ctrl+f7      編譯

VC程式設計技巧整理

一 開啟cd rom mcisendstring set cdaudio door open wait null,0,null 二 關閉cd rom mcisendstring set cdaudio door closed wait null,0,null 三 關閉計算機 osversioninf...

vc 使用小技巧

class cstudent 為了複製建構函式的開銷可以這樣設定複製建構函式 private cstudent const cstudent stu public cstudent cstudent private 這裡大約有急幾十個成員 nt x int y void main 如此做編譯器會顯示...

VC助手使用技巧

在使用vc開發工具時,我們常常會遇到查詢函式啊,重新命名所有同名變數之類的操作時,會覺得極不方便,而安裝了visualassistx會使開發更加的高效 visualassistx安裝 執行va x setup1619.exe 的安裝程式 next,next 用va x.dll 替換安裝目錄下的同名檔...