STL (140)
OOPS (873)
C++ General (2409) What is a pure virtual function? Why is it represented as = 0...how is the internal implementation for the same
CTS,
3 8300How many types of casting are there in C++? When is a dynamic cast,static_cast,reinterpret cast used?
CTS,
2 9312Write a program to swap 2 chars without using a third varable? char *s = "A"; char *p = "B";
CTS,
7 24802Am 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?
2182reading material is provided 3 books for c++ if u need more do let me know thnx i hve lots of material do let me know if u want it
2 4742
What is the difference between a type-specific template friend class and a general template friend class?
How does class accomplish data hiding in c++?
What is an orthogonal base class in c++?
What causes polymorphism?
Is there a sort function in c++?
How compile and run c++ program in turbo c++?
What is const in c++?
What is the cout in c++?
C++ Public access specifier instead of Private – What is bad ?
How did c++ get its name?
What is a class and object?
Why do we use polymorphism in oops?
What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?
What is encapsulation in ict?
How should runtime errors be handled in c++?