PDA

View Full Version : Buffer



AnithaRagupathy
2nd November 2007, 05:40
hi,
does anybody know the replacement of CSTRING.GETBUFFER()
in qt.

kernel_panic
2nd November 2007, 07:26
QString::data() for QChar and QString::toAscii().data() for raw char* pointer.