User profile: crimsonzero2

User info
User name:crimsonzero2
History
Joined:
Number of posts:213
Latest posts:

Segmentation Fault
I'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 why
You can't write the statement all together as one (a < b < c). You have to write it separately (a <...

Inheritance question
No problem =)