摘要: int m_value = 1; void func(int *p){ p = &m_value; } int main(int argc, const char * argv[]) { using namespace std; int n = 2; int *pn = &n; cout << "* 阅读全文
posted @ 2020-08-18 11:00 liuw_flexi 阅读(458) 评论(0) 推荐(0) 编辑