摘要:
const int w = 100; const int h = 100; const int size = w * h * 4; unsigned char data[size] = { 0 }; for (int i = 0; i < size; i += 4) { data[i] = 255; 阅读全文
posted @ 2020-09-27 23:33
YZFHKMS-X
阅读(132)
评论(0)
推荐(0)
摘要:
#include <iostream>#include <string>using namespace std;#include "../../src/socket/TCPSocketEx.h"#include <cocos2d.h>using namespace cocos2d;#include 阅读全文
posted @ 2020-09-27 19:36
YZFHKMS-X
阅读(224)
评论(0)
推荐(0)