How to return wchar_t from a function

Posted by sijith on Stack Overflow See other posts from Stack Overflow or by sijith
Published on 2010-03-31T11:06:39Z Indexed on 2010/03/31 11:43 UTC
Read the original article Hit count: 343

Filed under:
|
|

i want to return wchar_t frm a function. How can i implement it

wchar_t wcstring1[newsize1]

How to return "wcstring1" from a function and make it to save into another variable of same type(In another function)

© Stack Overflow or respective owner

Related posts about vc++

Related posts about mvc