c++学习3 -- 头文件

//c++ 标准
#include <iostream> //stdio in out stream
using namespace std; //设置空间命名

//c++ 早期,现在不支持
#include <iostream.h>

int main()
{

    return0;
}

 

posted on 2018-04-26 16:19  theslowman  阅读(106)  评论(0)    收藏  举报