我需要帮助编写 C++为两个函数接受两个参数的程序?
我的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要传递命令行参数。您可以在线找到大量资源。以下是几个示例: 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.