Use of malloc() and free() in C++
- by Matt H
Is there any reason to use malloc and free in C++ over their more modern counterparts? Occasionally I see this, and I can't see why some people do it.
Are there any advantages/disadvantage, or is there no real difference, except that it's just better to use C++ constructs in C++?