摘要: #include<iostream> using namespace std; int main(){ int b[4]={1,2,3,4}; const int* a = b; int * c = a;//error: invalid conversion from 'const int*' to 阅读全文
posted @ 2018-08-16 11:10 zengzhaocheng 阅读(1141) 评论(0) 推荐(0)