What is the difference between a pointer and a link in c ++?
No Answer is Posted For this Question
Be the First to Post Answer
write a program that takes two numbers from user that prints the smallest number
Define a constructor?
What is the basic structure of a c++ program?
What does asterisk mean in c++?
Write a program using GUI concept for the scheduling algorithms in Operating system like SJF,FCFS etc..
What is the need of a destructor?
what is the difference between overloading & overriding? give example.
What is the most useful programming language?
Can we specify variable field width in a scanf() format string? If possible how?
What is the use of function pointer?
What is the best way to take screenshots of a window with c++ in windows?
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?