摘要: 1、函数重载编程练习 #include<iostream>using namespace std;struct Complex {double real;double imaginary;};int add(int, int);double add(double,double);Complex ad 阅读全文
posted @ 2019-03-19 00:34 红袍小恶魔 阅读(175) 评论(1) 推荐(0) 编辑
摘要: 2-28: (1) #include<iostream> using namespace std;int main(){ char c; cout<<"Menu: A(dd) D(elete) S(ort) Q(uit),Select one:"<<endl; do{ cin>>c; if(c==' 阅读全文
posted @ 2019-03-19 00:31 红袍小恶魔 阅读(180) 评论(3) 推荐(0) 编辑