設計模式複習-簡單工廠模式

                                    簡單工廠模式 實現整數四則運算 (1) 基本實現  (2) 健壯實現  (3) 工廠模式 #pragma once #include "stdafx.h" #include <string> #include <iostream> using namespace std; //(1)基本實現 void BasicFun()
相關文章
相關標籤/搜索