djscsi (Visitor) Feb 23, 2002
I just started learning C++, and I'm trying to figure out what \t stands for in a statement.

Example of statement

cout << "I am:\t" << myAge << "\tyears old.\n";


Can someone also explain to me what headers are and what they do?

Thanks for the help

Kenny