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
What is an adaptor class in c++?
What is the best c++ book?
What is flush programming?
What are the advantages of using a pointer? Define the operators that can be used with a pointer.
what is VOID?
Is c++ fully object oriented?
What is ios :: in in c++?
Explain the scope of resolution operator.
What is the difference between interpreters and compilers?
Does std endl flush?
What is Destructor in C++?
What is the most common mistake on c++ and oo projects?
How do you clear a buffer in c++?
What is the difference between #import and #include in c++?
What does count ++ do in c++?