Re: Re [Dev-C++] Question of the day
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
|
From: Jason S. <jas...@at...> - 2000-10-15 21:45:58
|
-.- My book *does* say /b is blank space, but your right, it's =
backspace.
Eitherway, if you use printf("This is a test\b test"); it does do the =
backspace. Seems there has to be an action after the \b for it to =
occur? -.-
-Jay-
----- Original Message -----=20
From: Dario Peralta=20
To: dev...@li...=20
Sent: Sunday, October 15, 2000 1:25 PM
Subject: Re: Re [Dev-C++] Question of the day
*cough*cough*
/*
The complete set of escape sequences is:
\a alert (bell) character
\b backspace
\f formfeed
\n newline
\r carriage return
\t horizontal tab
\v vertical tab
\\ backslash
\? question mark
\' single quote
\" double quote
\ooo octal number
\xhh hexadecimal number
*/
That's what The C Programming Language (ANSI C), Second Edition by =
Brian W.=20
Kernighan and Dennis M. Ritchie says.
Just thought you should know.
adios,
biterman
=
_________________________________________________________________________=
Get Your Private, Free E-mail from MSN Hotmail at =
http://www.hotmail.com.
Share information about yourself, create your own public profile at=20
http://profiles.msn.com.
_______________________________________________
Dev-cpp-users mailing list
Dev...@li...
http://lists.sourceforge.net/mailman/listinfo/dev-cpp-users
|