Can the creation of operator** is allowed to perform the to-the-power-of operations?
No Answer is Posted For this Question
Be the First to Post Answer
What are static type checking?
What are the conditions that have to be met for a condition to be an invariant of the class?
Define a constructor?
What is c++ flowchart?
how to create window program in c++.please explain.
give me some class & objects examples?
What are the main characteristics of C++ as a programming language?
I was a c++ code and was asked to find out the bug in that. The bug was that he declared an object locally in a function and tried to return the pointer to that object. Since the object is local to the function, it no more exists after returning from the function. The pointer, therefore, is invalid outside.
How to declare a function pointer?
Which c++ compiler is best?
What is iterator c++?
How does work in c++?