摘要:
#include <iostream>#include <windows.h>using namespace std;int main(){char sz[] = "aBcDefGHIJklmn";cout << sz << endl;::CharLowerA(sz);cout << sz << endl;::CharUppe... 阅读全文
posted @ 2010-09-21 22:01
云中君
阅读(2833)
评论(0)
推荐(0)
浙公网安备 33010602011771号