从指针返回对象
void show(QString *s){
//Here I want to show the value of the QString.
}
我怎样才能做到这一点?
如果你能帮助我,我会很高兴。
void show(QString *s){
//Here I want to show the value of the QString.
}
How can I do that??
I'd be glad if you could help me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不确定你到底在问什么 - 请参阅我的评论。
也许这会有帮助?
查看 toAscii()、toLatin1(), toUtf8()
Not sure exactly what you're asking - see my comments.
Maybe this will help?
Check out toAscii(), toLatin1(), toUtf8()