Ascendlogo

  • Home
  • Categories
  • Archives
  • Search
  • Table of Contents
  • Overview
Ascendlogo

Ascendlogo

139 posts
12 categories
GitHub
0%

CString和String类型转换

Posted on 2022-06-27 Edited on 2024-03-04 In C++ , MFC Views:

将String类型的sring1转换为CSting类型的cstring1

1
2
3
4
5
CStringA str;

str1 =string1;

cstring1 = str1.GetBuffer();
界面挂载通用代码
list.remove()函数删除结构体结点
© 2025 Ascendlogo
Powered by Hexo & NexT.Gemini