摘要: cout函数,该函数用于输出数据 cout函数用于向屏幕输出数据,语法如下: std::cout头文件,否则程序无法编译。#include "stdafx.h"#include using namespace std;int _tmain(int argc, _TCHAR* argv[]){ ... 阅读全文
posted @ 2015-10-04 20:16 _Soy 阅读(601) 评论(0) 推荐(0)