如何使用StringCbCatW函数 [英] How to use StringCbCatW function

查看:202
本文介绍了如何使用StringCbCatW函数的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好我是win32 app编码的初学者,我想知道LPWSTR,LPCTSTR,字符串数据类型的串联可以任何正文告诉我如何使用wcscat_s()或StringCbCatW()函数


    



解决方案

要获得对运行时库中安全字符串处理函数(_s后缀)的一般理解,请阅读  安全功能。  Strsafe函数提供了CRT中字符串处理函数的
替代方法,您可以通过阅读
关于Strsafe.h


您能否将问题缩小到具体细节而不仅仅是要求教程?


hello i am beginner in win32 app coding and i want to know concatenation of LPWSTR, LPCTSTR, strings data types can any body tell me how to use wcscat_s() orStringCbCatW() Function

    

解决方案

To obtain a general understanding of the secure string handling functions (_s suffix) in the runtime library read Security Features in the CRT.  An alternative to the string handling functions in the CRT is provided by the Strsafe functions and you can gain a better understanding of them by reading About Strsafe.h.

Can you narrow your question to specifics instead of just asking for a tutorial?


这篇关于如何使用StringCbCatW函数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆