野性心情

文章
2
资源
0
加入时间
3年0月9天

C/C++中函数参数传递详解

1 // test.cpp : Defines the entry point for the console application. 2 // 3 4 #include "stdafx.h" 5 #include 6 7 using namespace std; 8 9 //值传递template 10 void swap1(T p,T q)11 {12