No title
string
1 |
|
1 | string a = "hello"; |
1 | string str; |
1 | str.replace(2,3,"ABCD",2,2); |
1 | str.c_str(); |
1 | istringstream is(src); |
foreach &
1 | int arr[] = {1,2,3,4,5}; |
static
1 | void f(){ |
默认参数
1 |
模板化,泛型
1 |
|
vector
1 |
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.