|
#include <stdio.h>
#include <stdarg.h>
#include <windows.h>
#include <stdexcept>
Include dependency graph for standard.cpp:

Go to the source code of this file.
Functions | |
| exception | Error (const char *format,...) |
| Throw a formatted exception. | |
| exception | DiskError (FILE *fp, const char *format,...) |
| Throws a formatted std::exception. | |
| logic_error | LogicError (const char *format,...) |
| Throw a formatted exception (std::logic_error). | |
| runtime_error | RuntimeError (const char *format,...) |
| Throw a formatted exception (std::runtime_error). | |
| invalid_argument | ArgError (const char *format,...) |
| Throw a formatted exception (std::invalid_argument). | |
| exception | DiskError (const char *format,...) |
| Throws a formatted std::exception. | |
| void | Message (const char *format,...) |
| MessageBox on steroids. | |
| void | printDebugString (const char *format,...) |
| Prints a formatted string to the debugging window. | |
| char * | fmtString (const char *format,...) |
Author: Matt Loper
Definition in file standard.cpp.
1.2.15