Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要为 Visual C++ 中的日期设置一个限制。例如,日期从 2010 年 5 月到 2012 年 5 月。任何人都可以帮我找到解决方案。
为什么这篇文章被否决。现在我无法提问。请帮我激活我的帐户。
提前致谢
这不是编程的工作方式。您不会time_t为每个需要创建或自定义日期对象(无论如何,您正在使用什么??)。
time_t
您获得日期,检查用户输入的内容,然后接受或拒绝它(在这种情况下,您会提示用户更正他们的输入)。这叫做验证。