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 8358How many types of casting are there in C++? When is a dynamic cast,static_cast,reinterpret cast used?
CTS,
2 9332Write a program to swap 2 chars without using a third varable? char *s = "A"; char *p = "B";
CTS,
7 24848Am 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?
2202reading 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 4759
Write a program to concatenate two strings.
What is polymorphism used for?
What does asterisk mean in c++?
What does int * mean in c++?
Define stl.
How can an improvement in the quality of software be done by try/catch/throw?
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
What is null pointer and void pointer and what is their use?
What is difference between data abstraction and encapsulation?
What is runtime polymorphism in c++?
What is std namespace in c++?
Should a constructor be public or private?
What is meaning of in c++?
What are stacks?
Explain stack & heap objects?