vendredi 19 février 2016

Error when Appending String with Record Set entry from Sqlite

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