Hi Guys,
I am analyzing a segment of code and it includes library new i.e #include <new>. I searched the web for the library to look at what methods it contains but I don't find it. The program compiles quite well with my GCC compiler and I am not linking it to any external libraries so I assume it is the standard c/c++ library. However I can't locate it, can anyone help me with some information regarding this library
I am analyzing a segment of code and it includes library new i.e #include <new>. I searched the web for the library to look at what methods it contains but I don't find it. The program compiles quite well with my GCC compiler and I am not linking it to any external libraries so I assume it is the standard c/c++ library. However I can't locate it, can anyone help me with some information regarding this library
Comment