What is split a string in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between public and private data members?
Are there any new intrinsic (built-in) data types?
Define a pointer to a data member of the type pointer to pointer?
Are iterators pointers?
Is swift better than c++?
What is virtual destructor ans explain its use?
What is bubble sort c++?
What return value must conversion operators have in their declaration?
Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?
In a class, there is a reference or pointer of an object of another class embedded, and the memory is either allocated or assigned to the new object created for this class. In the constructor, parameters are passed to initialize the data members and the embedded object reference to get inialized. What measures or design change should be advised for proper destruction and avioding memory leaks, getting pointers dangling for the embedded object memory allocation? Please suggest.
how to swap two numbers with out using temp variable
12 Answers Global eProcure, TCS,
List the features of oops in c++?