if i am having QString buffer..i want to convert const char buffer
Printable View
if i am having QString buffer..i want to convert const char buffer
Hi,
QString::toAscii().constData()
Please, search the forum before you ask a question.
http://www.qtcentre.org/forum/f-newb...har--1141.html
http://www.qtcentre.org/forum/f-qt-p...char-3058.html
http://www.qtcentre.org/forum/f-qt-p...ting-3211.html
http://www.qtcentre.org/forum/f-qt-p...char-5618.html
http://www.qtcentre.org/forum/f-qt-p...har--8159.html
http://www.qtcentre.org/forum/f-qt-p...har--9265.html
http://www.qtcentre.org/forum/f-qt-p...ray-10155.html
And as usually : The solution is out there: QString.
In other words: RTFM :D