cout

cout

 英

  • 网络标准输出;输出流;输出电容

例句

cout ostream object used to write to the standard output. Ordinarily used to write the output of a program.

用于写入标准输出ostream对象一般情况用于程序输出

If you have ever worked with the two console streams "cin" and "cout, " then this will become a breeze for you.

如果标准控制台cincout,”现在事情来说简单

For those of you that don't know "cout" for console output, then here's an example.

了解控制台输出cout这里例子

Now to output to the file, it works exactly like how you would output to "cout. "

现在输出文件看起来cout操作

This special code is explained in detail when scout is discussed on Day 17.

这个特殊第17讨论cout详细解释

My cout and my umbrella please.

上衣

here is yuor umbrella and yuor cout.

上衣

Next, add the following lines in the code for the second process ( Listing 4) just after std: : cout, and rebuild the code

接下来第二进程代码清单4)std::cout后面添加以下代码重新构建代码