初学者加法示例.docxVIP

  • 9
  • 0
  • 约6.01千字
  • 约 8页
  • 2016-12-21 发布于北京
  • 举报
笔者紧接前两次上传,这次加点难度,加法的源代码演示://---------------------------------------------------------------------------//// Name: Test01DialogApp.h// Author:Jie// Created: 2014/7/31 22:43:31// Description: ////---------------------------------------------------------------------------#ifndef __TEST01DIALOGDLGApp_h__#define __TEST01DIALOGDLGApp_h__#ifdef __BORLANDC__#pragma hdrstop#endif#ifndef WX_PRECOMP#include wx/wx.h#else#include wx/wxprec.h#endifclass Test01DialogDlgApp : public wxApp{public:bool OnInit();int OnExit();};#endif///-----------------------------------------------------------------/

文档评论(0)

1亿VIP精品文档

相关文档