如何使用vc ++创建一个能够在其中容纳n个文件的exe? [英] How can i create an exe which one has a capability to hold 'n' number of files in it using vc++?

查看:90
本文介绍了如何使用vc ++创建一个能够在其中容纳n个文件的exe?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我的目的是在我双击exe时浏览它保存的文件.

如何通过vc ++源代码实现此目的.



Here my intention is when i double click on exe it explore the files which it has held.

How can i achieve this through vc++ source code.

推荐答案

您可以将文件动态添加到列表中,然后根据需要访问它们.您可以将它们作为资源添加到可执行文件中.您可以在目录中搜索它们.有很多选项,但是没有一些更具体的细节,很难弄清您要做什么.
You could add the files dynamically into a list and then access them as required. You could add them as resources into your executable. You could search a directory for them. There are lots of options, but without some more specific details it is difficult to be clear about what you are trying to do.


这篇关于如何使用vc ++创建一个能够在其中容纳n个文件的exe?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆