Programming with Microsoft Visual C++.NET 6ed [Electronic resources]

George Shepherd, David Kruglinski

نسخه متنی -صفحه : 319/ 37
نمايش فراداده

Two Ways to Run a Program

Visual C++ .NET lets you run your program directly (by pressing CTRL+F5) or through the debugger (by pressing F5). Running your program directly is much faster because Visual C++ .NET doesn't have to load the debugger first. If you know you don't want to see diagnostic messages or use breakpoints, start your program by pressing CTRL+F5.