Добавил:
Upload Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Скачиваний:
32
Добавлен:
23.03.2015
Размер:
504 б
Скачать
// Kursak.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


// CKursakApp:
// See Kursak.cpp for the implementation of this class
//

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

// Overrides
	public:
	virtual BOOL InitInstance();

// Implementation

	DECLARE_MESSAGE_MAP()
};

extern CKursakApp theApp;
Соседние файлы в папке Kursak
  • #
    23.03.201559.5 Кб32Kursak.aps
  • #
    23.03.20152.08 Кб33Kursak.cpp
  • #
    23.03.2015504 б32Kursak.h
  • #
    23.03.20155.39 Кб32Kursak.rc
  • #
    23.03.20155.49 Кб32Kursak.vcproj
  • #
    23.03.20151.43 Кб32Kursak.vcproj.MICROSOF-1CCDDF.Admin.user
  • #
    23.03.20151.43 Кб32Kursak.vcproj.MICROSOF-891313.Admin.user
  • #
    23.03.201522.86 Кб32KursakDlg.cpp