//本文内容: 1.字符串的连接; 2.字符串数组的赋值; 3.LPWSTR,BSTR中字符串(含中文)的显示;4.数据转换;#include <stdlib.h> #include <stdio.h> #include <conio.h> #include "iostream.h"#include "comutil.h"#include <comdef.h>#pragma comment( lib, "comsupp.lib" )#define LEN 100 //字符串的连接BOOL getValue() 相关文章: 2022-12-23 2022-12-23 2022-12-23 2021-09-04 2022-12-23 2021-05-07