07 2021 档案

摘要:Treeview产生tree或者list,将 GtkTreeModel 接口与 GtkTreeView 小部件结合使用,使用Model/View/Controller模式。 The tree view widget (GtkTreeView) The view column (GtkTreeView 阅读全文
posted @ 2021-07-30 11:04 11YS 阅读(229) 评论(0) 推荐(0)
摘要:1.基类中使用虚函数时,以引用的方式调用,可以动态绑定 #include <iostream> class Quote { public: std::string isbn() const; virtual double net_price(std::size_t n) const; }; clas 阅读全文
posted @ 2021-07-08 17:10 11YS 阅读(33) 评论(0) 推荐(0)
摘要:placeholder 忘记保存了 阅读全文
posted @ 2021-07-08 14:40 11YS 阅读(23) 评论(0) 推荐(0)