Sunday, June 21, 2009

Visual Studio shortcuts

The following are my frequently used keyboard shortcuts in Visual Studio.

Ctrl+}
- Match braces back and forth
Ctrl+-
- Go back to the last location
Ctrl+l
- Delete line
Ctrl+g
- Go to line number
Shift+Alt+Enter
- Maximize Code Editor

No comments:

CPP Quick Guide

Basics Hello world User input While loop If statement For loop Switch statement Read file using ifstream Write to a file using ofstr...