standard.cpp File Reference

Source file for standard necessities. More...

#include <stdio.h>
#include <stdarg.h>
#include <windows.h>
#include <stdexcept>

Include dependency graph for standard.cpp:

Include dependency graph

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,...)


Detailed Description

Source file for standard necessities.

Author: Matt Loper

Revision:
1.7
Date:
2002/05/12 00:48:52

Definition in file standard.cpp.


Generated on Tue May 21 03:35:01 2002 for Archimedes by doxygen1.2.15