// BTree.cpp : Defines the entry point for the console application. /* 作者:成晓旭 时间:2001年7月2日(9:00:00-14:00:00) 内容:完成二叉树的创建、前序遍历、中序遍历、后序遍历 时间:2001年7月2日(14:00:00-16:00:00) 内容:完成二叉树的叶子节点访问,交换左、右孩子 */ #include "stdafx.h" #include "stdlib.h" #defin e MAX_N
完整而精确介绍如何使用C++模板的第一书。该书包含了大量的真实程序范例,是本详尽的C++模板教程,也是本完整的参考文档。每一位C++工作者都必须拥有她。内容概要: * The exact behaviors of templates * How to avoid the pitfalls associated with templates * Idioms and techniques, from the basic to the previously undocumented * H ow