What Is Memory
by Brian on Sunday, February 28th, 2010 | No Comments
What is the difference between the memory management in C and C++?
I want to know mostly the disadvantages of malloc() used is C and the advantages of the New operator used in C++.
Using new, if you create a new instance of a class, it will also run your initialization function.
If you are using C++, there is no point in using malloc.
|
|
The Mantovani Orchestra $52.19 … |
|
|
Its Spring $17.99 … |
|
|
Don Quixote $18.99 … |
Additional Information
- Found Code: Optimizing Large Form Performance in JavaScript at Eric DeLabar
- Guide to Improving BlackBerry Memory Usage and Deleting Waste « Cool BlackBerry Themes Blog
- An introduction to Linux Device Drivers – #1 « rtnpro | Ratnadeep Debnath
No related posts.

