摘要: 1.函数重载编程练习编写重载函数add(),实现对int型,double型,Complex型数据的加法 2.编写实现快速排序函数模板,并在main()函数中,定义不同类型数据,调用测试。 #include<iostream>using namespace std;void QuickSort(dou 阅读全文
posted @ 2019-03-23 20:31 沉默帅哥 阅读(375) 评论(3) 推荐(0)