How do you instruct your compiler to print the contents of the intermediate file showing the effects of the preprocessor?
1208Do the names of parameters have to agree in the prototype, definition, and call to the function?
1078Post New C++ General Questions
How do you clear a map in c++?
What is the latest c++ version?
If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?
In what situations do you have to use initialization list rather than assignment in constructors?
What is guard code in c++?
What are the unique features of C++.
What is the use of this pointer in c++?
What is the size of integer variable?
Is it possible to get the source code back from binary file?
What do you mean by function and operator overloading in c++?
Why main function is special in c++?
What is double in c++?
Can comments be longer than one line?
What is data type in c++?
Explain virtual class?