如何使用 c++ 从命令提示符中提取信息?
我想用 C++ 编写一个程序,告诉你需要经过多少天、几年和几个月才能到达某个日期。我还想包括需要经过多少小时和分钟。 所以我的问题是,我不知道如何从 cmd 上的命令“time”获取当前日期和时间到变量,或者无论如何获取当前日期和时间,以便它可以工作。 我接受已经完成的程序,这样我就可以看到它并结束我的疑虑。
i wanna make a program on c++ that tells you how many days, years and months need to pass to get to a certain date. Also i wanna include how many hours and minutes need to pass.
So my problem is that i do not know how to get the current date and time to a variable from the command "time" on cmd or anyway to get the current date date and time so it will work.
I accespt the program done already so i can see it and end my doubts.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
http://www.cplusplus.com/reference/clibrary/ctime/
http://www.cplusplus.com/reference/clibrary/ctime/
虽然这几乎肯定是作业,但您可能会发现这篇文章很有用(指向 Boost 库):C++ DateTime 类
While this is almost certainly homework, you might find this post useful (points to the Boost library): C++ DateTime class