摘要: #include using namespace std;int main(){ //1.const_cast //const int a = 10; //int* ptr = const_cast(&a);//将const属性去除 //*ptr = 100; //2.... 阅读全文
posted @ 2014-06-30 11:14 zzyoucan 阅读(357) 评论(0) 推荐(0) 编辑