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.
如果你用过标准控制台流“cin”和“cout,”那现在的事情对你来说很简单。
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后面添加以下代码并重新构建代码