c++語法(2)

#include<iostream> #include<windows.h> using namespace std; class Parents { public: virtual void vir_func(char a='x',char b='y',char c='z'); //虛函數 Parents(); ~Parents(
相關文章
相關標籤/搜索