www.pudn.com > 基于VC的神经网络开发程序包(源码).rar > Exception.h
#ifndef _EXCEPTION_H #define _EXCEPTION_H #include#include namespace annie { /** A common exception class used by all classes in the annie library. * You should place calls to functions that can throw exceptions in a try {} block, * and catch(Exception &e). Use cout<