编程语言
首页 > 编程语言> > c++ dll 传递string参数

c++ dll 传递string参数

作者:互联网

用c++编写了一个dll,需要传递一个路径的变量参数,刚开始想着使用string变量,但是在实践过程中string变量会成为乱码,尽量避免使用string变量传递参数,可以使用const char* str 来代替 string str

标签:变量,c++,dll,参数,str,string
来源: https://www.cnblogs.com/Flashcc/p/16637638.html