语言基础 一、基本语法 输出问候语 使用cout函数用于输出数据 cout<<表达式1<<表达式2<<...<<表达式n; 其中,"<<"称为插入运算符,表达式为要输出的数据。 #include "stdafx.h" #include "iostream.h"