【发布时间】:2012-06-20 10:57:20
【问题描述】:
我有这个:
// Setup the SQL Statement and compile it for faster access
NSString *sqlStatement = @"SELECT * FROM nameList";
const char *sqlStatementC = (const char* )sqlStatement;
但 ARC 不喜欢这样。有解决办法吗?
谢谢
【问题讨论】:
标签: ios casting char constants