C
Carmen Sei
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 <string> is 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 <string> is C++ standard library headers?