Hi everyone!
I need some problem. My XCODE project contained 'time.h' and 'string.h' files with my some classes.
In the compilation process, it became clear that my file has a higher priority compared to a standard "string.h" file. Why ?
Use #include<string>, including my "string.h" file.
with "time.h" idential situation.
how to fix it?
Thanks
I need some problem. My XCODE project contained 'time.h' and 'string.h' files with my some classes.
In the compilation process, it became clear that my file has a higher priority compared to a standard "string.h" file. Why ?
Use #include<string>, including my "string.h" file.
with "time.h" idential situation.
how to fix it?
Thanks