摘要: 其定义在yvals.h当中. 目录为Microsoft Visual Studio\VC98\INCLUDE/* NAMESPACE */ #if defined(__cplusplus) #define _STD_BEGIN namespace std { #define _STD_END } #define _STD ::std::/*We use the stdext (standard extension) namespace to contain extensions that are not part of the curre... 阅读全文
posted @ 2012-07-31 14:53 hnrainll 阅读(1645) 评论(0) 推荐(0) 编辑
摘要: iostreamiostream 的意思是 输入输出流直接点说就是in(输入) out(输出) stream(流)取 in out 的首字母与 stream 合成C++语言中#include<iostream>是标准的C++头文件,任何符合标准的C++开发环境都有这个头文件。 在旧的标准C++中,使用#include<iostream.h> 但在新标准中,用#include<iostream>,而且在VS中编程的同时要注意要添加: using namespace std; using namespace std详解 一 : <iostream>和 阅读全文
posted @ 2012-07-31 12:09 hnrainll 阅读(2821) 评论(0) 推荐(0) 编辑