回忆C++知识点(1)
摘要:
重载函数 #include <iostream> using namespace std; int Add(int x, int y) {//定义第一个重载函数 cout << "int add" << endl; return x + y; } double Add(double x, doubl 阅读全文
posted @ 2020-03-08 23:14
乐手Adios
阅读(112)
评论(0)
推荐(0)
浙公网安备 33010602011771号