应用程序:Example 项目概述 ======================================================================== 应用程序向导已为您创建了此 Example 应用程序。 本文件概要介绍组成 Example 应用程序的每个文件的内容。 Example.vcproj 这是使用应用程序向导生成的 VC++ 项目的主项目文件。 它包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的 平台、配置和项目功能的信息。 Example.cpp 这是主应用程序源文件。 包含用于显示窗体的代码。 Form1.h 包含窗体类的实现和 InitializeComponent() 函数。 AssemblyInfo.cpp 包含用于修改程序集元数据的自定义属性。 ///////////////////////////////////////////////////////////////////////////// 其他标准文件: StdAfx.h, StdAfx.cpp 这些文件用于生成名为 Example.pch 的预编译头文件 和名为 StdAfx.obj 的预编译类型文件。
上传时间: 2017-07-23
上传用户:dragonhaixm
MFC经典教材的源代码 C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针的变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的原文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC Appwizard生成的工程奠定了良好基础。
上传时间: 2013-12-23
上传用户:liuchee
程序名称:学生管理信息管理系统 可以增加,删除,查找学生的资料。或者以格式化形式输出在print.txt这个文件中。学生资料以二进制储存在datadase.dat中。 程序分为三个文件:student.h ,student.cpp, database.cpp 类Student.可以设置名字(包括firstName和lastName)还有id,岁数(age),score(评价).每个data member都有分别的member function来设置或者输出.
上传时间: 2014-01-27
上传用户:上善若水
vc++与visio 安装VISIO office(推荐2003以上版本)必须安装visio office 否则程序无法运行 安装VisioSDK(推荐2003以上版本) 默认安装路径为<SDK> C:\Program Files\Microsoft Office\Office12\VisSDK 新建project(实例代码是新建了个MFC Dialog base program) 将<SDK>\Libraries\cpp\里的include目录下和sources目录下的如下文件拷贝到你的project目录里(这样可以。。)
标签: office visio 2003 VisioSDK
上传时间: 2013-12-25
上传用户:大融融rr
这个例子示范了怎样将一个Vega Prime窗口加入到MFC程序文件,全部的Vega Prime代码放在vp_mfcView.cpp.里面。另外的文件是MFC 应用向导自动产生。
上传时间: 2013-12-26
上传用户:agent
this is source code for billing system application in c language.. this program are made from dev-cpp
标签: this application language billing
上传时间: 2017-09-24
上传用户:shawvi
实验目的:用c语言对一个简单语言的子集编制一个一遍扫描的编译程序,以加深对编译原理的理解,掌握编译程序的实现方法和技术。 c.1词法分析 c.1.1实验目的 设计、编制并调试一个词法分析程序,加深对词法分析原理的理解。 c.1.2实验要求 c.1.2.1待分析的简单语言的词法 (1) 关键字: begin if then while do end --------有实验报告+.cpp+分析
上传时间: 2013-12-23
上传用户:z754970244
PixelFusion.dsp This file (the project file) contains information at the project level and is used to build a single project or subproject. Other users can share the project (.dsp) file, but they should export the makefiles locally. PixelFusion.h This is the main header file for the application. It includes other project specific headers (including Resource.h) and declares the CPixelFusionApp application class. PixelFusion.cpp This is the main application source file that contains the application class CPixelFusionApp. PixelFusion.rc This is a listing of all of the Microsoft Windows resources that the program uses. It includes the icons, bitmaps, and cursors that are stored in the RES subdirectory. This file can be directly edited in Microsoft Visual C++. PixelFusion.clw This file contains information used by ClassWizard to edit existing classes or add new classes. ClassWizard also uses this file to store information needed to create and edit message maps and dialog data maps and to create prototype member functions.
上传时间: 2015-03-16
上传用户:313777423
通过java的jni方式读取硬盘序列号 使用java来读取硬盘的序列号,工作在windows下,windows xp以上有效。通过jni方式,可以参考其中的cpp 实现
上传时间: 2015-03-19
上传用户:一个用户
使用java来读取硬盘的序列号,工作在windows下,windows xp以上有效。通过jni方式,可以参考其中的cpp 实现
上传时间: 2015-03-19
上传用户:一个用户