Glossaria.net

Glossary C++ / Term

cout

In the C++ language, this is the name given to the standard output stream. When a buffer of characters is sent to this stream, they will appear as output on the terminal the program was ran from.

Permanent link cout - Modification date 2019-12-29 - Creation date 2019-12-29


< constructor Glossary / C++ debug >