Category : Files from Magazines
Archive   : CUJ9201.ZIP
Filename : 1001128A

 
Output of file : 1001128A contained in archive : CUJ9201.ZIP
#ifndef _REGIONDEF
#define _REGIONDEF
#include
#include

// This class saves and releases a region of the screen
class region
{
protected:
// Screen coordinates
int left;
int top;
int right;
int bot;
// Storage area
char *buf;
public:
// Methods:

// Constructor -- if save is 0, the screen region isn't saved.
// You'd save it later with the reinit() method.
region(int x0,int y0,int x1,int y1,int save=1);

// Destructor
~region();

// Force the region to reread its screen area and save it
void reinit(void);

// Restore screen data and destroy it
void restore(void);

// Destroy screen data with out restoring it
void destroy(void);
};

#endif



  3 Responses to “Category : Files from Magazines
Archive   : CUJ9201.ZIP
Filename : 1001128A

  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/