when I try to do this:
char string1[] = str;
//str is a QString
I get this error
error: array initializer must be an initializer list or string literal
What can I do to fix this?
↧