volatile bool IOXF = false;
volatile unsigned int SystemRamTest;
class SystemObj;//系统类
class LcdObj;//显示类
class SystemObj {//系统类
public:
SystemObj(void);
public:
// inline
voi
// Demonstrates declaration of a class and
// definition of an object of the class,
#include // for cout
class Cat // declare the class object
{
public:
// Cat class declaration
// Data members are private, public accessor methods
// mediate setting and getting the values of the private data
class Cat
{
public:
// public accessors
unsigned