← Back to topics
Topic

memset()

d
demjan0001
function memset() doesn't work anymore on z-trening with iostream included, it worked before ...
compiler says that memset() is not declared ...
what i need to include to use it ???
i am using C++ ...
m
matteo123
yeah, memset is in cstring
A
Al3kSaNdaR
Yes it's in <cstring>.

www.cplusplus.com/reference/clibrary/cstring/memset/
a
adminModerator
or <string.h>