c - Access char** result from Swift -
in swift code call c method returns char**
result. how can coerce have [string]
deal with?
thanks swift answers ;-) managed working with
let c1 = string.fromcstring(row.memory) let c2 = string.fromcstring(row.advancedby(1).memory)
where row
char**
array got c. mysql_row since want communicate mysql.
Comments
Post a Comment