I need to append a string with sqlite record set column entry, I use this
char a[16]=(unsigned char *)"Name: "+(unsigned char *)rs.recordset[0][1];
But I keep getting this error.
error: invalid operands to binary +
+
What am I doing wrong?
Aucun commentaire:
Enregistrer un commentaire