#pragma once class CMcInt { public: CMcInt(); ~CMcInt(); public: int m_nAddr; int m_nValue; };