摘要:
--局部变量 local var = 0; --全局变量 var = 0; --self --成员变量 self._m_var = 0; 阅读全文
摘要:
#include #include #include #define Main main void wchar2char(char *Buf,const wchar_t* wchar) { int len = WideCharToMultiByte(CP_ACP, 0, wchar, wcslen(wchar), NULL, 0, NULL, NULL); WideCh... 阅读全文
摘要:
#include <iostream> #define Main main #define COLOR_GREEN system("color 2"); #include <vector> #include <list> #include <WinSock2.h> #include <WS2tcpip.h> #include <LM.h> #include <winnetwk.h> #includ 阅读全文
摘要:
//#include <iostream> //#include <conio.h> //using namespace std; // // //void are7(int(&arr)[3][4]); //引用的方式 //void are6(int(*arr)[3][4]); //二维数组指针的方式 //void are5(int *arr, int, int); //一维指针方式 //void 阅读全文
摘要:
{ https://www.androiddevtools.cn/ http://tools.android-studio.org/ } 阅读全文
摘要:
{ https://developer.android.google.cn/studio } 阅读全文