Sunday, March 12, 2017

Intro To C++ Part 11

Escape Sequences  

A backslash, \, preceding a character tells the compiler that the sequence following the
backslash does not have the same meaning as the character appearing by itself. Such a
sequence is called an Escape sequence. The sequence is typed in as two characters with
no space between the symbols. Several escape sequences are defined in C++:

No comments:

Digital Design Part 3

4th→ assembler translates it to the machine language. 1.6 [20] <§1.6> Consider two diļ¬€erent implementations of the same instru...