02 2024 档案
摘要:总是希望在原有的字符串后面 追加 新的字符串,但总是报错! wcscat_t(strDestination, size, strSource); 1、Buffer is too small:明明自申请的内存空间很大,第一次追加 strSource后,第二次就报错: Buffer is too sma
阅读全文
摘要://下面3行 增加在CPP头部 #include <opencv2/opencv.hpp> #include <opencv2/highgui/highgui_c.h> using namespace cv; //下面的代码添加在功能需要的地方,这个窗口和windows程序的窗口不一样,只是一个简单
阅读全文