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 -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -