it seem to me that when doing include -
#include <string.h- is CRT
#inlcude <string- is C++ standard library
Is that true those header with .h extension is CRT and those without
extension <stringis C++ standard library headers?
#include <string.h- is CRT
#inlcude <string- is C++ standard library
Is that true those header with .h extension is CRT and those without
extension <stringis C++ standard library headers?
Comment