Добавил:
Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Скачиваний:
9
Добавлен:
02.05.2014
Размер:
492 б
Скачать
// Lab 1.h : main header file for the PROJECT_NAME application
//

#pragma once

#ifndef __AFXWIN_H__
	#error include 'stdafx.h' before including this file for PCH
#endif

#include "resource.h"		// main symbols


// CLab1App:
// See Lab 1.cpp for the implementation of this class
//

class CLab1App : public CWinApp
{
public:
	CLab1App();

// Overrides
	public:
	virtual BOOL InitInstance();

// Implementation

	DECLARE_MESSAGE_MAP()
};

extern CLab1App theApp;
Соседние файлы в папке Лабораторная работа №11
  • #
    02.05.201461.57 Кб11Lab 1.aps
  • #
    02.05.20141.58 Кб10Lab 1.cpp
  • #
    02.05.2014492 б9Lab 1.h
  • #
    02.05.201468.61 Кб9Lab 1.ncb
  • #
    02.05.20149.12 Кб10Lab 1.rc
  • #
    02.05.2014910 б9Lab 1.sln
  • #
    02.05.20144.3 Кб9Lab 1.vcproj
  • #
    02.05.20145.07 Кб10Lab 1Dlg.cpp