Why Pointers are not used in C++?
No Answer is Posted For this Question
Be the First to Post Answer
Is swift faster than c++?
Is c++ fully object oriented?
give me an example for testing a program showing the test path .show how the test is important and complex.
What is "strstream" ?
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?
given the code segment below void main() { cout<<"my no. is"; } question is how can we get the output hai aravind my no. is 99999999999 without editig the main().
what is the use of templates?
Why do we use the using declaration?
Explain the concept of friend function in c++?
What is a breakpoint?
How should runtime errors be handled in c++?
write a c++ program that gives output 1 1 2 1 2 3 1 2 3 4 1 2 3 4 5 using looping statement