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 8469How many types of casting are there in C++? When is a dynamic cast,static_cast,reinterpret cast used?
CTS,
2 9441Write a program to swap 2 chars without using a third varable? char *s = "A"; char *p = "B";
CTS,
7 25072Am 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?
2251reading 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 4898
what is different between oops and c++
What is a type library?
Write about a nested class and mention its use?
Can c++ do everything c can?
what is C++ exceptional handling?
Can we have inheritance without polymorphism?
Where must the declaration of a friend function appear?
What is the use of data hiding?
What is a class in oop?
What is a driver program?
What is purpose of new operator?
Do you know what are pure virtual functions?
CDPATH shell variable is in(c-shell)
What is format for defining a structure?
Why the usage of pointers in C++ is not recommended ?