C或C++中函数的参数传递——值传递、指针传递、引用传递
C或C++中函数的参数传递包括:值传递、指针传递、引用传递这三种方法
先看源代码,编译环境是vc6.0,因为调试方便。功能是要实现a和b值的交换。
// test.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include
using namespace std;
转载
2016-04-28 10:44:24 ·
662 阅读 ·
0 评论