I am trying to form the following string "****.***" (including the quotes).
CString C1 = "****.***" results in ****.*** without the quotes. I need the qoutes.
CString C1 = ""****.***"" results in a compilor error pertaining to the .* that is in the string.
Does anyone know how to for this properly?
Thanks.
CString C1 = "****.***" results in ****.*** without the quotes. I need the qoutes.
CString C1 = ""****.***"" results in a compilor error pertaining to the .* that is in the string.
Does anyone know how to for this properly?
Thanks.