(By LPQ 2007-05-23 09:27:30)
编写并使用一个类最少要有三个文件:规格说明文件(specification file)、实现文件(imlementation file)、客户代码(client code)。下面以C++ Builder 6为例讲解如何编写并使用一个类,其它开发工具如VC等与此过程类似。
1、用向导生成控制台应用程序框架。file->new->other->new->console wizard。注意在选择“source type”时按如下图示进行勾选。
2、用向导生成控制台应用程序框架后,对工程(A project is a collection of files that make up an application or dynamic-link library. Some of these files are created at design time. Others are generated when you compile the project sou