How do you find out if a linked-list has an end? (I.e. The list is not a cycle)
No Answer is Posted For this Question
Be the First to Post Answer
What is namespace & why it is used in c++?
implement stack using stack.h headerfile functions
1 Answers Exilant, GMG, Subex, University,
How would you implement a substr() function that extracts a sub string from a given string?
Under what conditions is multiple inheritance not recommended?
What are punctuators in c++?
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?
How come you find out if a linked-list is a cycle or not?
What are the main features of c++?
What is the use of "new" operator?
What is c strings syntax?
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?
Which sort does c++ use?