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 is an adaptor class in c++?

783


What is the best c++ book?

985


What is flush programming?

765


What are the advantages of using a pointer? Define the operators that can be used with a pointer.

816


what is VOID?

822


Is c++ fully object oriented?

729


What is ios :: in in c++?

821


Explain the scope of resolution operator.

843


What is the difference between interpreters and compilers?

839


Does std endl flush?

777


What is Destructor in C++?

937


What is the most common mistake on c++ and oo projects?

713


How do you clear a buffer in c++?

723


What is the difference between #import and #include in c++?

820


What does count ++ do in c++?

925