C++對象切片

// test.cpp : 定義控制檯應用程序的入口點。 // #include "stdafx.h" #include <cstdlib> #include <new> #include <iostream> #include <string> using namespace std; class Pet { string pname; public: Pet(
相關文章
相關標籤/搜索