- 博客(3)
- 收藏
- 关注
原创 C++ Learning Chapter 8 Organizing Code and Function
1.Function Parameters with Default Values double Area(double radius, double pi = 3.14); The function Area() can be invoked as if the second parameter didn’t exist or the same function can be invoked u...
2020-01-16 13:27:08
99
原创 C++ learning
Chapter 6: Controlling Program Flow if (statement) statement; else statement; if (statement) { statement; statement: } else { statement; statement; } string userInput; getline (cin, userInput); aimed...
2020-01-14 13:40:00
138
原创 *每天学习c++一小时*-expressions, operations and statements
每天学习c++一小时-expressions, operations and statements 1.using count to display on the screen with semicolon “;” ending 2.whitespace is not visible to the compiler, but whitespace with string literals make...
2020-01-13 05:51:01
130
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅