1,去除变量的const属性:
http://www.cnblogs.com/ider/archive/2011/07/22/cpp_cast_operator_part2.html
2,strcpy:将const char *指向的值赋给char数组,
http://www.360doc.com/content/12/0725/10/219024_226333196.shtml
http://wenwen.soso.com/z/q5186051.htm
2021-11-29 07:14:09
1,去除变量的const属性:
http://www.cnblogs.com/ider/archive/2011/07/22/cpp_cast_operator_part2.html
2,strcpy:将const char *指向的值赋给char数组,
http://www.360doc.com/content/12/0725/10/219024_226333196.shtml
http://wenwen.soso.com/z/q5186051.htm
下一篇:java笔记之抽象类和接口