摘要: 编写重载函数add(),实现对int型,double型,Complex型数据的加法。在main()函数中定义不同类型 数据,调用测试。 编写实现快速排序函数模板,并在main()函数中,定义不同类型数据,调用测试。 #include <iostream>using namespace std;tem 阅读全文
posted @ 2019-03-23 15:48 GeorgeWan 阅读(164) 评论(0) 推荐(0) 编辑