-
ctrl+w :classwzard
F7: View**.
F5: Start debugging.
f10: Process-by-process.
f11: Sentence-by-statement.
Ctrl+F: Find.
alt+f8: Formatting.
-
There is a very useful shortcut in vc++2017 The usage of tab is to press the tab key after entering if, and the parentheses and curly braces are automatically generated, which can be used after statements such as for.
Also, when a word is halfway written, press the tab key to complete it automatically.
And, of course, to the tab stop function.
-
F7 is generated, F5 is debugged, Ctrl+F5 is not debugged, and F9 is broken.
-
Click on the keyboard map under the help menu and you'll see all the shortcuts.
-
Normally, enter. After that, it will be automatically prompted, if it is not automatically prompted, turn off the VC and delete it. ncb file, just open it again, if it hasn't prompted yet, it means that your header file is not included, or you have entered something wrong.
-
vc++ multi-line comment macro **,sub customcommentout()dim win
set win = activewindowif <>"text" then
msgbox "this macro can only be run when a text editor window is active."
elsestartline =
endline =
if endline < startline thentemp = startline
startline = endline
endline = temp
end if
for i = startline to endlinei
nextend if
end sub
sub customcancelselnote()dim win
set win = activewindowif <>"text" then
msgbox "this macro can only be run when a text editor window is active."
elsebeginline =
endline =
if endline < beginline thentemp = startline
startline = endline
endline = temp
end if
for i = beginline to endlinei
selblock =
trim(selblock)
pos = instr(selblock,"//")if pos <>0 then
rightblock = right(selblock, len(selblock)-2)
rightblock
end if
nextend if
end sub
-
Downstairs is the right solution. However, there is no need for a toolbar interface. In English output sent below. Select (note to select) the required statement blocks. Then press the " button, and you're done.
-
Install a VisualAssistX plug-in.
Very powerful functions to automatically identify various keywords, system functions, member variables, automatically give input hints, automatically correct capitalization errors, automatic marking errors.
Or manually * * But it's not as convenient as the software I said.,There's a shortcut key for "".,You can comment multiple lines.,And that's the uncomment.。
This information is very detailed and easy to find.
F1: Get help F2: Switch between the drawing window and the text window F3: >>>More
1. To improve the speed of mapping, users should follow the following principles of mapping: >>>More
Ctrl+J: Duplicate layer.
Ctrl+E: Merge layers. >>>More
Shortcuts in MCD:
esc: clears the current command line. >>>More