Guest_imported
New member
- Jan 1, 1970
- 0
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";
Thanks for the help
Kenny
Example of statement
cout << "I am:\t" << myAge << "\tyears old.\n";
Thanks for the help
Kenny