如何从函数返回 wchar_t
我想从函数返回 wchar_t 。我如何实现它
wchar_t wcstring1[newsize1]
如何从函数返回“wcstring1”并使其保存到相同类型的另一个变量中(在另一个函数中)
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)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我手头没有编译器,但猜测 c 语法,因为我估计我已经有十年没有做过 c 了!
i don't have a compiler to hand, but guessing the c syntax as I've not done c in a decade I reckon!