what is "\t"?

just explain it...

just like how you explain to a complete noob... :D
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/
P.S don't use /a it's hella annoying :(
Topic archived. No new replies allowed.