Which c++ compiler is best?
No Answer is Posted For this Question
Be the First to Post Answer
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.
What is difference between rand () and srand ()?
What is using namespace std in cpp?
What are friend classes?
What is heap sort in c++?
Is c++ faster than c?
What is the fastest c++ compiler?
Is nan a c++?
What is tellg () in c++?
What are the benefits of oop in c++?
What are the two types of comments, and how do they differ?
Is c++ still being used?