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

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

How do you convert a timestamp into a datetime in python with the correct timezone? -