2008年7月21日

用VC6.0遇到的一个问题

摘要: 我的电脑装vs2008总是报错,不得已装了个VC6 sp6暂时先用用,发现使用重载输入输出运算符时有问题 demo3.h: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->#include class demo3 { public: d... 阅读全文

posted @ 2008-07-21 18:35 Phinecos(洞庭散人) 阅读(723) 评论(5) 推荐(0) 编辑

二叉搜索树(BST树)的简单实现

摘要: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->#include template class CBinSTree; template class CTreeNode {//树节点类 public: CTreeNode(const T... 阅读全文

posted @ 2008-07-21 15:54 Phinecos(洞庭散人) 阅读(1442) 评论(0) 推荐(0) 编辑

导航