Calculator
Step 4
|
#include <cstdlib>
#include <stdexcept>
#include <string>
Go to the source code of this file.
Classes | |
class | calc_error |
class | parse_error |
class | syntax_error |
class | function_error |
class | no_such_function |
Define all the error and exception classes for the calculator. They all derive from calc_error.
Definition in file calc_error.hpp.