请输入您要查询的俚语:

 

俚语 iostream
释义

iostream

Input/Output Stream. The C++ equivalent of stdio. It provides the cin(input), cout(output), and cerr(error) stream objects.
// hello world program

#include <iostream>;

int main()
{

std::cout << "Hello, world!" << std::endl;
return 0;

}
随便看

 

英语俚语辞典收录了3210630条英语俚语在线翻译词条,基本涵盖了全部常用英语俚语的翻译及用法,是英语学习的有利工具。

 

Copyright © 2000-2023 Newdu.com.com All Rights Reserved
更新时间:2025/1/1 7:35:33