CMPC
Would you like to react to this message? Create an account in a few clicks or log in to continue.

escape thingies

5 posters

CMPC :: Computing :: Programming :: C++

Go down

escape thingies Empty escape thingies

Post by Lunsfordium Sat Mar 27, 2010 5:32 am

there like /a and stuff
and they do stuff toooo (thats really important)
Lunsfordium
Lunsfordium
[Blankie]

Posts : 194

Back to top Go down

escape thingies Empty Re: escape thingies

Post by Paul Sat Mar 27, 2010 5:59 am

To begin with the slash is the OTHER way.
\" = " rather than closing the string
\' = ' rather than closing the string
\b = backspace
\t = tab
\n = new line
\\ = \ rather than indicating an escape sequence
\0 = null character (hex 00) (those are zeroes)
\a = Alert (beep sound)
\r = carriage return
\x00 - \xFF = ascii character (where the hexadecimal number represents the ascii character desired)
\o000 - \o377 = same as above only an octal value instead
\000 - \255 = same as above only a decimal value

thats all I can remember at the moment. . .
Paul
Paul
Pickaxe

Posts : 611

Back to top Go down

escape thingies Empty Re: escape thingies

Post by Unchained Sat Mar 27, 2010 9:54 am

Are you learning C++ now?
Unchained
Unchained
Mod

Posts : 448

Back to top Go down

escape thingies Empty Re: escape thingies

Post by Admin Sat Mar 27, 2010 4:36 pm

They're call ESCAPE SEQUENCES. Now you have the keyword to google it Razz
Admin
Admin
Pirate King

Posts : 559

Back to top Go down

escape thingies Empty Re: escape thingies

Post by Paul Sat Mar 27, 2010 5:39 pm

oh yeah, I forgot to mention what they are called. Whoos! Smile
Paul
Paul
Pickaxe

Posts : 611

Back to top Go down

escape thingies Empty Re: escape thingies

Post by melanation Tue Mar 30, 2010 3:26 pm

lol, we need to sign all you guys up for "Teaching 101"
melanation
melanation
Clown

Posts : 294

Back to top Go down

escape thingies Empty Re: escape thingies

Post by Unchained Tue Mar 30, 2010 9:40 pm

I have been teaching computer things for years...
Unchained
Unchained
Mod

Posts : 448

Back to top Go down

escape thingies Empty Re: escape thingies

Post by Lunsfordium Tue Mar 30, 2010 11:17 pm

ya but we dont see you at school

and the people who aare there are only doing what they want ----IF THEY're EVEN THERE (coughs)*Allen*(coughs)
Lunsfordium
Lunsfordium
[Blankie]

Posts : 194

Back to top Go down

escape thingies Empty Re: escape thingies

Post by Unchained Wed Mar 31, 2010 7:13 am

Haha well I'll teach you at home if you pay my $10 an hour rate.
Unchained
Unchained
Mod

Posts : 448

Back to top Go down

escape thingies Empty Re: escape thingies

Post by Lunsfordium Tue Aug 10, 2010 5:03 am

if your really good then it will only take $5
Lunsfordium
Lunsfordium
[Blankie]

Posts : 194

Back to top Go down

escape thingies Empty Re: escape thingies

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

CMPC :: Computing :: Programming :: C++

 
Permissions in this forum:
You cannot reply to topics in this forum