MyElevator.h in MyElevator.rar
Sponsored links
// MyElevator.h : main header file for the MYELEVATOR application
//
#if !defined(AFX_MYELEVATOR_H__359C8509_895E_4E8A_BE09_FD5C317E084F__INCLUDED_)
#define AFX_MYELEVATOR_H__359C8509_895E_4E8A_BE09_FD5C317E084F__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h" // main symbols
/////////////////////////////////////////////////////////////////////////////
// CMyElevatorApp:
// See MyElevator.cpp for the implementation of this class
//
class CMyElevatorApp : public CWinApp
{
public:
CMyElevatorApp();
// Overrides
/
...
...
... to be continued.
This is a preview. To get the complete source file,
please click here to download the whole source code package.