Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The Exception_t ADT has issues #4

Open
petern3 opened this issue Jun 18, 2015 · 1 comment
Open

The Exception_t ADT has issues #4

petern3 opened this issue Jun 18, 2015 · 1 comment

Comments

@petern3
Copy link
Owner

petern3 commented Jun 18, 2015

When trying to print (by serial) the exception, it seems to print the program memory. As soon as I don't dynamically allocate the memory it prints fine, but that's just wrong. To work around it, I'm simply not displaying any of them.

@petern3
Copy link
Owner Author

petern3 commented Jul 23, 2015

I've changed the exceptions from structs to classes, as well as changing the strings to char* . Now it still doesn't print the exception, but now it prints nothing (with the newline) rather than the program memory. It's one step better!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant