But still searching for more view, where we can use malloc ?
OR where we can prefer malloc over new ?
Though i am very much clear between the differences.
One could argue that using malloc allows one to then use realloc, but if you know in advance you're going to need realloc, think hard about just using some proper C++ containers.