經常使用字符串操做函數實現

#include <cstdio> //添加後可使用部分c語言的寫法scanf、printf #include <assert.h> #include <iostream> using namespace std; void show(const char*str) { assert(NULL!=str); /* while(*str!='\0') //不能在判斷中進行str++
相關文章
相關標籤/搜索