std::cout (C++)
std::cout is C++'s standard output stream, used to print text and values to the console. You send data to it with the << insertion operator.
std::cout is C++'s standard output stream, used to print text and values to the console. You send data to it with the << insertion operator.