what is "\t"?

Nov 14, 2009 at 1:30pm
just explain it...

just like how you explain to a complete noob... :D
Nov 14, 2009 at 1:36pm
It is the escape sequence for a tab
eg:
1
2
Code:
cout << "Hello\tWorld";
Output:
Hello       World


http://www.cplusplus.com/doc/tutorial/constants/
Nov 14, 2009 at 1:58pm
P.S don't use /a it's hella annoying :(
Topic archived. No new replies allowed.