How to start debugging Visual C++ project
To start debugging Visual C++ project
Step a: Build>Start Debug
Go= simply executes a program up to the breakpoint where execution will halt.
Step info= execute your program one statement at a time.
To start debugging Visual C++ project
Step a: Build>Start Debug
Go= simply executes a program up to the breakpoint where execution will halt.
Step info= execute your program one statement at a time.
To use Escape Sequences:
Code | Meaning Of Code |
\a | Audible bell |
\b | Backspace |
\f | Formfeed |
\n | Newline |
\r | Carriage return |
\t | Horizontal tab |
\\ | Backslash character |
\’ | Single quote character |
\" | Double quote character |
\0 | Null ASCII 0 |
To set the project option
Step a: Project>Setting
To set option in Visual C++
Step a: Tools>Option