Category : C++ Source Code
Archive   : BLFMATH.ZIP
Filename : RANGE.H

 
Output of file : RANGE.H contained in archive : BLFMATH.ZIP
////////////////////////////////////////////////////////////
// range.h: Header for subscript range checking
// Copyright(c) 1993 Azarona Software. All rights reserved.
////////////////////////////////////////////////////////////

#ifndef H_RANGE
#define H_RANGE

// Code to allow easy enabling/disabling of
// subscript checking

#ifdef NO_RANGE_CHECK
#define CHECK(i) i
#define CHECKROW(i) i
#define CHECKCOL(i) i
#else
#define CHECK(i) CheckIndx(i)
#define CHECKROW(i) CheckRow(i)
#define CHECKCOL(i) CheckCol(i)
#endif

extern unsigned DefaultRangeErrHandler(unsigned i, unsigned sz);
extern unsigned (*HandleRangeErr)(unsigned i, unsigned sz);

#endif


  3 Responses to “Category : C++ Source Code
Archive   : BLFMATH.ZIP
Filename : RANGE.H

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/