The information in this article applies to:
SYMPTOMSUsing the ostrstream output operator << to pass a literal string containing quotation marks, as shown in the example below, may cause an incorrect translation of the \" sequence. Instead of passing the quotation marks, the backslash is passed into the resultant string as well. RESOLUTION
There are two ways to resolve this problem. Both are shown in the sample
code in the "MORE INFORMATION" section, below.
-or- STATUSMicrosoft has confirmed this to be a bug in the products listed at the beginning of this article. This problem was corrected in Visual C++ version 2.0. MORE INFORMATIONYou can use the following sample code to demonstrate the problem: Sample Code
Additional query words: 1.00 1.50
Keywords : kbLangCPP kbVC |
Last Reviewed: February 2, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |