STL (140)
OOPS (873)
C++ General (2409)
What is c++ array?
Is c++ still being used?
Write a program to add three numbers in C++ utilizing classes.
What is difference between oop and pop?
What it is and how it might be called (2 methods).
How delete [] is different from delete?
Am studying basic c++ programming, have been given the following assignment. Design a linear program to calculate the maximum stress a material can withstand given a force and a diameter of a circle. To find the required area pi should be defined. Have most of the program sorted out but am at a loss as to how to show the calculations required. Can anyone help?
Q1. A. What is unary operator? List out the different operators involved in the unary operator. B. What is an adjust field format flag? Q2. A. Distinguish between a # include and #define. B. Can a list of string be stored within a two dimensional array? Q3. A.Explain how a pointer to function can be declared in C++? B.List the merits and demerits of declaring a nested class in C++? Q4. A. What are the syntactic rules to be avoid ambiguity in multiple inheritence? B. Explain the operation of overloading of an assignment operator. Q5. A. Explain how the virtual base class is different from the conventional base classes of the opps. B. Explain how an exception handler is defined and invoked in a Program. Q6. A. What is a binary file? List the merits and demerits of the binary file usagein C++. B. Write short notes on Text Manipulation Routines. C. Write bites in Turbo c++ Header (“Include”) Files.
Can we use this pointer inside static member function?
What is private inheritance?
Why is static class not inherited?
What do stl stand for?
Show the declaration for a static function pointer.
Explain the difference between c & c++?
Is dev c++ free?