User profile: erick016

User info
User name:erick016
History
Joined:
Number of posts:7
Latest posts:

Throwing Exception, Segmentation Fault
Right, but I thought that throwing an exception would stop the program from doing that. Because then...

Throwing Exception, Segmentation Fault
Run case 2. Uncomment these lines. Add the try to the top of the block. It was in the original progr...

Throwing Exception, Segmentation Fault
Yeah okay I forgot to declare p. That didn't cause problems yet as I didn't call it. But I will call...

Throwing Exception, Segmentation Fault
In hello.cpp, the function we are looking at is at the very bottom. The part of the client file that...

Throwing Exception, Segmentation Fault
That is the full definition of OutOfRange. I left nothing out.