Previous Topic: CaString(LPCTSTR lpStr)

Next Topic: CaString& Append( LPCTSTR src )


CaString(char* lpStr)

Constructor - Initializes new string with this value.

Owning Class

CaString

Arguments

char* lpStr - value for new string

Return Value

None

Notes

char* is a non-Unicode string regardless of how it is compiled.

Example

CaString d(“My String”);

More information: