摘要: 代码贴上:#include <stdlib.h>#include <string.h>#include <time.h>#include <iostream>// using namespace std;int main(){ const char *c = "0123456789abcdefghijklmnopqrstuvwxyz"; srand(static_cast<unsigned int>(time(NULL))); std::cout << "The random char arr 阅读全文
posted @ 2011-04-14 17:12 hailong 阅读(587) 评论(0) 推荐(0) 编辑