-
1 程序开发步骤如下
(1) 打开vc,选择菜单项file
1 程序开发步骤如下
(1) 打开vc,选择菜单项file->new,选择projects选项并建立一个名为"floppy"的win32 console applicatoin工程;创建时注意指定创建该工程的目录;
(2) 在工程中创建源文件"floppy.cpp":选择菜单项project->add to project->files,在选择框中输入自己想要创建的文件名,这里是"floppy.cpp";在接下来询问是否创建新文件时回答"yes";然后通过Workspace->FileView->Source Files打开该文件,在其中编辑本程序的源代码;编辑结束后通过菜单项File->Save进行保存;
(3) 同(2)步骤再加入文件"floppy.h";
(4) 通过调用菜单命令项build->build all进行编译连接,可以在指定的工程目录下得到debug->floppy.exe程序;现在即可以运行该程序;由于没有命令行参数,故不必在控制台下来运行,直接运行即可;
2 补充说明
这里仅仅给出了编译结果和源程序,没有所创建工程的其他文件。-a step in the development process as follows (1) Open vc, select menu item file-gt; New, choose projects and the establishment of an option called "floppy" win32 console applicatoin works; Attention to create designated to create the directory of the project; (2) create the works Source "floppy.cpp" : Select menu item project-gt; add to project-gt; files, the choice of their own box to create the file name, here is the "floppy.cpp"; the next quest
- 2023-05-03 02:30:03下载
- 积分:1
-
功能齐全的虚拟磁盘驱动,是学习驱动开发的好资料。
功能齐全的虚拟磁盘驱动,是学习驱动开发的好资料。-disk driver for you to use.
- 2022-07-20 13:04:31下载
- 积分:1
-
WDM driver for example, using DriverStudio plus vc
WDM驱动程序实例,用DriverStudio加vc-WDM driver for example, using DriverStudio plus vc
- 2023-09-07 07:35:03下载
- 积分:1
-
USB主控器固件程序源码,所有的文件都在里面
USB主控器固件程序源码,所有的文件都在里面-USB firmware source code, all of the documents inside
- 2023-05-17 17:05:03下载
- 积分:1
-
在c++中用堆栈实现十进制到任意进制转换
在c++中用堆栈实现十进制到任意进制转换-in C++ using the metric system stack to achieve arbitrary bases conversion
- 2022-03-28 19:24:22下载
- 积分:1
-
device driver development document
device driver development document
- 2022-12-14 21:05:03下载
- 积分:1
-
嵌入式Linux系统工程师系列之ARM920T的MMU与Cache
华清 讲师的文稿,对与MMU和Cache讲的很详细,读者可以拿来作为 further understanding 来学习。
- 2022-03-21 23:59:52下载
- 积分:1
-
驱动开发经典教程, 初学者必看之经典
驱动开发经典教程, 初学者必看之经典-Drive the development of the classic guide for beginners a must-see on the classic
- 2023-03-12 00:00:04下载
- 积分:1
-
PCM3724 48 road IO board dos system testing procedures, for learning and develop...
PCM3724 48路IO板的dos系统测试程序,用于学习和开发PCM3724-PCM3724 48 road IO board dos system testing procedures, for learning and development PCM3724
- 2022-03-12 00:28:10下载
- 积分:1
-
mt353和tda1611驱动,它是由三个平台进行测试
MT353 and tda1611 drivers ,it be tested by three platform
- 2023-06-01 18:25:03下载
- 积分:1