Segmentation FaultI'm not fully sure how to solve the problem, but I came across this page that shows an example of se...
Why the program is not giving output?Your code has no way of exiting the while loops. the variable r is not being changed within the whi...
please help////[quote] the numbers is backward because my cout is before the recursive call. [/quote] This is beca...
Some mistakes existing in the program and I dont know whyYou can't write the statement all together as one (a < b < c). You have to write it separately (a <...
Inheritance questionNo problem =)