Hi, just came across character escape sequences e.g
'\a' The "alert" character, `
`\b' Backspace,
`\f' Formfeed,
`\n' Newline,
`\r' Carriage return,
`\t' Horizontal tab,
`\v' Vertical tab, `
I can only get some of them (new line and horizontal tab) to work. Do you have to do something special, is it my compiler (Bloodshed) or am I being an idiot?
Do these get used very often apart from '\n' I have never come across these before.
I also came across these error decryptors (http://www.bdsoft.com/tools/stlfilt.html) which are free. Do most people use these? Is it worth me switching my compiler to get one or is it better to learn finding the errors yourself?