当前位置: 编程技术>c/c++/嵌入式
浅析C++中cout的运行机制
来源: 互联网 发布时间:2014-10-21
本文导语: 代码如下:#include using namespace std;int hello1();int hello2(); int main() { int a, b; cout
代码如下:
#include
using namespace std;
int hello1();
int hello2();
int main()
{
int a, b;
cout