cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
what is "\t"?
what is "\t"?
Nov 14, 2009 at 1:30pm UTC
kiyotsukete
(2)
just explain it...
just like how you explain to a complete noob... :D
Nov 14, 2009 at 1:36pm UTC
Bazzy
(6281)
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 UTC
gcampton
(861)
P.S don't use /a it's hella annoying :(
Topic archived. No new replies allowed.