How operator new calls the constructor of class?
Posted
by Ganesh Kumar
on Stack Overflow
See other posts from Stack Overflow
or by Ganesh Kumar
Published on 2010-05-31T07:02:36Z
Indexed on
2010/05/31
7:02 UTC
Read the original article
Hit count: 169
c++
I know that, new operator will call the constructor of class.
But how it's happening, what is ground level techniques used for this.
© Stack Overflow or respective owner