Thursday, December 20, 2007

How to start debugging Visual C++ project

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.

How to use Escape Sequences

How to use Escape Sequences

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

How to set the project option

How to set the project option

To set the project option

Step a: Project>Setting


How to set option in Visual C++

How to set option in Visual C++

To set option in Visual C++

Step a: Tools>Option