why do we put #include ?
Use of <cstring> in the provided video
@deck123 cstring is used in c++ files to manipulate character arrays. If you are working on the string datatype, however then you need string header file.
why do we put #include ?
@deck123 cstring is used in c++ files to manipulate character arrays. If you are working on the string datatype, however then you need string header file.