【小練習】指針與引用:傳遞動態內存4

文章目錄 1.練習代碼 2.關鍵點分析 2.1轉換過程 2.2運行結果 1.練習代碼 #include "stdafx.h" #include <iostream> #include <stdio.h> using namespace std; class A { public: A() {m_a = 1; m_b =2;} ~A() {}; void fun(){printf("%d%d", m
相關文章
相關標籤/搜索