我需要帮助编写 C++为两个函数接受两个参数的程序?

发布于 2024-10-27 15:55:49 字数 74 浏览 1 评论 0原文

我的 C++ 程序需要接受两个参数 text 或 calc,这是两个函数,

如何设置它以使用映射读取 2 个输入文件?

My C++ program needs to take in two arguments text or calc, those are the two functions,

How do I set this up to read in 2 input files using a map?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

此生挚爱伱 2024-11-03 15:55:49

您需要传递命令行参数。您可以在线找到大量资源。以下是几个示例: http://www.cplusplus.com/forum/articles/13355 /http://msdn.microsoft.com/en-us /library/17w5ykft.aspx

You need to pass command line arguments. You can find plenty or resources online. Here are a couple of examples: http://www.cplusplus.com/forum/articles/13355/ and http://msdn.microsoft.com/en-us/library/17w5ykft.aspx.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文