If you want to share several functions or variables in several files maitaining the consistency how would you share it?
984Post New C++ General Questions
What is the use of object in c++?
Define 'std'.
Does improper inheritance have a potential to wreck a project?
What is the difference between a pointer and a link in c ++?
Explain terminate() and unexpected() function?
Why do we use vector in c++?
Does c++ support exception handling?
Describe the process of creation and destruction of a derived class object?
Why pointer is used in c++?
What is split a string in c++?
How many types of comments are there in c++?
What are the effects after calling the delete this operator ?
What is input operator in c++?
Difference between delete and free.
Mention the ways in which parameterized can be invoked. Give an example of each.