一个字母数字混号的处理
摘要:
#include "stdafx.h"#include <iostream>using namespace std;bool HandleChar(char* element,char heightElement){char tmpElement = *element;if (tmpElement >='A' && tmpElement <='Z'){if (++tmpElement<='Z'){*element=tmpElement; return true;}else{*ele 阅读全文
posted @ 2012-11-22 23:57
西瓜头
阅读(286)
评论(0)
推荐(0)
浙公网安备 33010602011771号