Okay I've been working with printf for a while on C and I have been trying to use some of the backslash commands such as:
\b = backspace
\r = moves the cursor to the beginning of the line
For some reason they don't seem to work on xCode.
1. Are these the right backslash commands or are my definitions incorrect? If they are why wouldn't they work, or how do they work?