Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Specifies the wcout global stream.
extern wostream wcout;
Return Value
A wostream object.
Remarks
The object controls insertions to the standard output as a wide stream.
When _UNICODE is defined, CString instances that are used with wcout must be explicitly cast to wide string types such as LPCWSTR (or LPCTSTR).
Example
See cerr for an example of using wcout.
Requirements
Header: <iostream>
Namespace: std
See Also
Reference
Other Resources
Change History
Date |
History |
Reason |
|---|---|---|
July 2010 |
Updated with additional info per customer feedback. |
Customer feedback. |