摘要:
std::vector<LPCWSTR> cpaText; cpaText = {L"Hello World!",L"Your Boy Made His First Window!",L"YEAH"}; int iY = 5; for (int iLoopCounter = 0; iLoopCoun 阅读全文
摘要:
#include <iostream> #include <stdio.h> using namespace std; char* Capital_to_Small(char* str) { char* temp = str; int len = strlen(temp); for (int i = 阅读全文