C++ 指针 main需要在 函数声明 和函数定义 之间
摘要:
#include "stdafx.h"#include <iostream>using namespace std; // 函数声明void swap(int *x, int *y); int main(){ // 局部变量声明 int a = 100; int b = 200; cout << " 阅读全文
posted @ 2018-06-18 22:08
谢东法
阅读(684)
评论(0)
推荐(1)
浙公网安备 33010602011771号