what do you mean by memory management operators

Answer Posted / rasool

Memory management in C++ is normally done using
keywords 'new' and 'delete'.
'new' takes the place of 'malloc' and 'delete' for 'free'.

http://publib.boulder.ibm.com/infocenter/lnxpcomp/v7v91/inde
x.jsp?
topic=/com.ibm.vacpp7l.doc/language/ref/clrc05cplr199.htm

might speak more.

Is This Answer Correct ?    23 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are pointers used for c++?

571


How do I start a c++ project?

585


What is nested class in c++?

516


What is c++ library?

596


What are the various storage classes in C++?

646






What are the benefits of c++?

567


What is the use of turbo c++?

551


How should runtime errors be handled in c++?

609


What is the iunknown interface?

675


What is a wchar_t in c++?

581


Is c++ map a hash table?

563


How compile and run c++ program in turbo c++?

629


What is the difference between while and do while loop?

554


Tell me an example where stacks are useful?

590


Is main a class in c++?

558