ZeroMemory
CopyMemory
例如这些
如果不可以 该使用什么接口代替呢? 感谢前辈{:soso_e100:}
ZeroMemory
CopyMemory
例如这些
如果不可以 该使用什么接口代替呢? 感谢前辈{:soso_e100:}
— Begin quote from ____
skoky 发表于 2012-8-13 11:12 url
c 代码 #includer
memset()
memcpy()
— End quote
谢谢 学到了
c 代码 #includer<string.h>
memset()
memcpy()
— Begin quote from ____
skoky 发表于 2012-8-13 10:08 url
使用本地函数也就意味着你的程序不能跨平台了。就只能在windows下面跑跑,如果你能接受当然可以任意使用。 …
— End quote
谢谢 那-x库里 有接口可以代替ZeroMemory ,CopyMemory 吗?
使用本地函数也就意味着你的程序不能跨平台了。就只能在windows下面跑跑,如果你能接受当然可以任意使用。