bref introduction
build environment
basic
hello world
Variables and types
Constants
Operators
Basic Input/Output
Program structure
Statements and flow control
Functions
Overloads and templates
Name visibility
Compound data types
Arrays
Character sequences
Pointers
Dynamic memory
Data structure
Other data types
Classes
Classes (I)
Classes (II)
Special members
Friendship and inheritance
Polymorphism
Other language feature
Type conversions
Exceptions
Preprocessor directives
Standard library
Input/output with files
Summary
keywords in c++
变量的定义
enum
concepts
end
Published with GitBook
concepts
concepts
变量其实只不过是程序可操作存储区的名称,在c++中每个变量都有特定的类型
c++基础数据类型:
bool
,
char
,
int
,
float
,
double
,
void
,
wchar_t
;
修饰词有:
short
,
long
,
unsigned
,
signed
results matching "
"
No results matching "
"