Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在尝试创建一个 Visual C++ 程序,它从文本框中获取一个字符串,然后计算其中的字符数并将每个字符放在不同的标签中。我可以使用哪些函数从文本框中获取字符串,将字符串拆分为字符并将每个字符放在不同的标签中?
GetDlgItemText
CString
CEdit
GetWindowText
strlen
CString::GetLength
CString::Trim