07 2021 档案
摘要:Treeview产生tree或者list,将 GtkTreeModel 接口与 GtkTreeView 小部件结合使用,使用Model/View/Controller模式。 The tree view widget (GtkTreeView) The view column (GtkTreeView
阅读全文
摘要:1.基类中使用虚函数时,以引用的方式调用,可以动态绑定 #include <iostream> class Quote { public: std::string isbn() const; virtual double net_price(std::size_t n) const; }; clas
阅读全文

浙公网安备 33010602011771号