提交 866dc252 编写于 作者: W wizardforcel

2020-07-10 22:42:03

上级 8cadba79
......@@ -73,7 +73,7 @@ Absolute value of 5.5 = 5.5
![Working of C++ Function Overloading for absolute()](img/160029b2e9a06cf2c3623f1100063f90.png "Working of C++ Function Overloading for absolute()")
Working of overloading for the absolute() function
`absolute()`函数重载的原理
......@@ -133,7 +133,7 @@ Integer number: 5 and double number: 5.5
![Working of C++ Function Overloading for display()](img/7d396cbdd7be9656e4100c41f029f329.png "Working of C++ Function Overloading for display()")
Working of overloading for the display() function
`display()`函数重载的原理
......
......@@ -16,7 +16,7 @@
![Working of Default Arguments in C++](img/b43f95c19060db7022b764e5481db7e5.png "Working of Default Arguments in C++")
How default arguments work in C++
C++ 中的默认参数如何工作
......
......@@ -30,7 +30,7 @@ int main()
![Working of C++ recursion](img/88b4dfabbc74026f99e2465b25e8155d.png "Working of C++ recursion")
How recursion works in C++ programming
C++ 编程中递归的工作方式
......@@ -83,7 +83,7 @@ Factorial of 4 = 24
![Working of C++ Recursion Program](img/189663c7cf2c2d616a63ca6b0f639f5e.png "Working of C++ Recursion Program")
How this C++ recursion program works
C++ 递归程序如何工作
......
......@@ -51,7 +51,7 @@ array[index];
![C++ Array Declaration](img/4154e4337eed8f45200a18da0515d7f1.png "Elements of an array in C++")
Elements of an array in C++
C++ 数组元素
......@@ -76,7 +76,7 @@ int x[6] = {19, 10, 8, 17, 9, 15};
![C++ Array Initialization](img/3327cf072416208e3cf9a1674fa38f6b.png "C++ Array elements and their data")
C++ Array elements and their data
C++ 数组元素及其数据
......@@ -108,7 +108,7 @@ int x[6] = {19, 10, 8};
![C++ Array with empty members](img/f071e2dc014f0afb2d881e74a07754f2.png "C++ Array with empty members")
Empty array members are automatically assigned the value 0
空数组成员将自动分配值 0
......
......@@ -16,7 +16,7 @@ int x[3][4];
![C++ two dimensional array](img/89be1ae212069e1b2e2d324f78fdb894.png "C++ two dimensional array")
Elements in two dimensional array in C++ Programming
C++ 编程中的二维数组中的元素
......@@ -56,7 +56,7 @@ int test[2][3] = { {2, 4, 5}, {9, 0, 19}};
![C++ Two-dimensional array initialization](img/9381c896823f2fbc570aae0535b3146c.png "C++ Two-dimensional array initialization")
Initializing a two-dimensional array in C++
在 C++ 中初始化二维数组
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册