C++初始1.编写C++程序步骤
创建项目
创建文件
编写代码
运行程序
1.3变量作用:给一段指定的内存空间起名,方便操作这段内存
语法:数据类型 变量名 =初始值
1.5关键字预先保留的单词
在定义变量或者常量的时候,不要用关键字
asm
do
if
return
typedef
auto
dynamic_cast
inline
short
typeid
bool
else
int
signed
typename
break
enum
long
sizeof
union
case
explicit
mutable
static
unsigned
catch
export
namespace
static_cast
using
char
extern
new
struct
virtual
class
false
operator
switch
void
const
float
private
template
volatile
const_cast
for
protected
this
wchar_t
continu...