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 8342How many types of casting are there in C++? When is a dynamic cast,static_cast,reinterpret cast used?
CTS,
2 9326Write a program to swap 2 chars without using a third varable? char *s = "A"; char *p = "B";
CTS,
7 24832Am 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?
2195reading 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 4756
Write a note about the virtual member function?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
In C++ what is a vtable and how does it work?
What is #include iomanip?
What is the difference between ++ count and count ++?
Can we make copy constructor private in c++?
Is c++ platform dependent?
Can I make ios apps with c++?
What are virtual constructors/destructors?
What is the purpose of extern storage specifier?
When do we use copy constructors?
Who made c++?
What are disadvantages of pointers?
Explain storage qualifiers in c++.
Describe the advantage of an external iterator.