PersonalCorpus 版 (精华区)
发信人: pineapple (菠萝), 信区: C_and_CPP
标 题: Re: using namespace std是什么意思?^^^^
发信站: 哈工大紫丁香 (2004年03月22日16:59:42 星期一), 站内信件
为了避免重名, 所有的C++库的内容都包含在std名字空间中
【 在 sjie (勿以言轻而不愿呐喊,勿以位卑而不敢忧国) 的大作中提到: 】
: #include <iostream>
: #include <string>
: using namespace std;
: int main()
: {
: //省略
: }
--
Reminiscing MCM
※ 来源:·哈工大紫丁香 bbs.hit.edu.cn·[FROM: 202.118.230.220]
Powered by KBS BBS 2.0 (http://dev.kcn.cn)
页面执行时间:3.143毫秒