摘要: 转自:http://myturn.blog.hexun.com/15584978_d.html#include <iostream>using namespace std ;void Swap(int x, int y) ;int main(void){ int a = 1 ; int b = 2 ; cout << "a = " << a << ", " << "b = " << b << endl ; Swap(a, b) ; cout <& 阅读全文
posted @ 2012-05-03 22:00 后飞IT 阅读(4701) 评论(0) 推荐(0) 编辑