Answers for "error: ‘memset’ was not declared in this scope in cpp"

C++
0

error: ‘memset’ was not declared in this scope in cpp

C: #include <string.h>

C++: #include <cstring>

NOTE: inclusion of above headers works fine
Posted by: Guest on June-05-2020

Code answers related to "error: ‘memset’ was not declared in this scope in cpp"

Browse Popular Code Answers by Language