What is the use of 'using' declaration in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is virtual destructor? What is its use?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
What is a mutex and a critical section.Whats difference between them?How do each of them work?
How do you show the declaration of a virtual constructor?
How would you implement a substr() function that extracts a sub string from a given string?
what is importance of data sturture in a programming language?
22 Answers L&T, TCS, Wipro,
What are c++ tokens?
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 kind of problems can be solved by a namespace?
When does a name clash occur?
How c functions prevents rework and therefore saves the programers time as wel as length of the code ?
What is a c++ object?