#include #include #include using namespace std; void showStr(const char * str, int & n) { cout 0) { showStr(str, --n); } } int test8_1() { char str[] = "hello cat"; int n = 2; showStr(st... Read More
posted @ 2016-12-03 21:03 mCat Views(181) Comments(0) Diggs(0)