- 博客(1)
- 收藏
- 关注
原创 C++与QML
#include<iostream> using namespace std; void test(int a = 1) { cout << a << endl; } int main() { test(); test(10); return 0; }
2018-09-29 17:17:18 217
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
生活学习笔记
#include<iostream> using namespace std; void test(int a = 1) { cout << a << endl; } int main() { test(); test(10); return 0; }
2018-09-29 17:17:18 217
TA创建的收藏夹 TA关注的收藏夹
TA关注的人