编程 strong> - 人与计算机之间的“说话”过程。也就是说,我们通过给出的计算机命令创建一个程序,并在此过程中使用编程语言。 p>
现在C ++编程是首先需要学习的语言之一。因为在编程扇区(Android编程,Datsabase编程,桌面编程)中的所有方向上都使用。 p>
当我们创建一个新页面以编写
这是 iostream strong> c ++的库之一。由于我们属于Cout iostream strong>属于图书馆,因此重要的是要回忆起属于#include的图书馆。否则我们编写的程序将不会启动。 p>
cout strong>安装,而不是始终记录使用命名空间std strong> - std - 我们需要输入写作命令。 p>
cout strong>必须写在 << em> strong>图标上。 p>
如果我们在cout中写文本,则必须在“”之间写入之间。 p>
最后 consoleda ko'nishisi: yechim: consoleda ko'nishisi: 2,在下面打印一个三角形(此作业 no)。 p>
yechim: consoleda ko'nishisi: 简而言之,我们需要编写一个库我们主要需要编写程序。然后,我们可以将代码写入 int,<} strong>。 couts总是用“” “。; stront>。 p>
编程中的术语: p>
cout strong>(abb。字符输出) - 删除屏幕上的书面程序,并始终使用<<字符。 p>
\ n strong> - 新页面 Mission来自Abianian5。 p>
#include <iostream>
int main() {
std::cout << "Hello World!\n";
}
int main() {
cout << "Familya: Adaxamova" << endl;
cout << "Ism: Muqaddas" << endl;
cout << "Yosh: 22";
}
int main(){
cout << "222222" << endl;
cout << "2" << " " << " " << " " << " " << "2" << endl;
cout << "2" << " " << " " << " " << " " << "2" << endl;
cout << "222222";
return 0;
}
int main(){
cout << " A" << endl;
cout << " A A" << endl;
cout << "AAAAA";
return 0;
}
endle strong> - 新页面 p>