C++ primer plus 第六版 第八章 编程练习答案

第八章 编程练习答案 – 一开始没看懂题目意思,百度参考了一下别人的结果。ios #include <iostream> using namespace std; int count = 0; void Printf(const char * str, int n = 0);//默认参数 int main() { const char* str = "hello!"; Printf(st
相关文章
相关标签/搜索