Ok. i CHANGE.
Look now:

ON C++
Code:
char* teste = (char*)result[r][c].c_str(); //result[index row][index column]
 return teste;



ON LITE C
Code:
char *test= sqlite_select(1,2);
printf("%s",test); //Its WORK.



Now this correct? Tankz brother.


Please! Use easy words to be translated. because my English is not very good! Grateful.
_______________________________________________________