标题:请前辈求教
取消只看楼主
暴风
Rank: 1
等 级:新手上路
帖 子:11
专家分:0
注 册:2007-6-19
 问题点数:0 回复次数:0 
请前辈求教

请问在

#include <iostream>

//

using namespace std;
//
int main()
{
for(int i=1;i<=10;++i){
for(int j=1; j<=i;++j)
cout<<"m";cout<<endl;
}

system("pause");

}//





#include <iostream> 有什么用
endl cout<< 分别是什么意思
我刚刚学C++,什么都不知道,请详细的告诉我。

搜索更多相关主题的帖子: 前辈 color int cout 
2007-06-19 11:51



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-148648-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.197080 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved