模板模式(C++)

#include <iostream> using namespace std; class Road { public: Road(){} virtual ~Road(){} void operation() { start(); step1(); step2(); step3();
相关文章
相关标签/搜索