MATLAB Compiler Previous page   Next Page

mwString(const char* str)

Construct new string and initialize strings data with supplied char buffer.

C++ syntax

Arguments

str.   NULL-terminated char buffer to initialize the string.

Return value

None

Description

Use this constructor to create a string from a NULL-terminated char buffer.


Previous page  mwString() mwString(const mwString& str) Next page

© 1994-2005 The MathWorks, Inc.