函数 传值调用 指针调用 引用调用
摘要:
#include using namespace std;int max(int num1, int num2);void swap(int *x, int *y);void swap(int &x, int &y);int main(){ cout num2) return ... 阅读全文
posted @ 2015-03-19 17:09 雨渐渐 阅读(261) 评论(0) 推荐(0)
posted @ 2015-03-19 17:09 雨渐渐 阅读(261) 评论(0) 推荐(0)
posted @ 2015-03-19 16:52 雨渐渐 阅读(88) 评论(0) 推荐(0)