INFO: Visual C++ and the Year 2000, Years that Cause an Overflow (188707)
The information in this article applies to:
- Microsoft Visual C++, 32-bit Enterprise Edition 4.2
- Microsoft Visual C++, 32-bit Enterprise Edition 5.0
- Microsoft Visual C++, 32-bit Enterprise Edition 6.0
- Microsoft Visual C++, 32-bit Professional Edition 4.2
- Microsoft Visual C++, 32-bit Professional Edition 5.0
- Microsoft Visual C++, 32-bit Professional Edition 6.0
- Microsoft Visual C++, 32-bit Learning Edition 6.0
This article was previously published under Q188707 SUMMARY
To determine whether applications developed with Visual C++ will encounter
problems in the year 2000, you must consider the following three items:
- Display format and user input of dates.
- Temporary storage in the program. This includes variables and function parameters.
- Long-term storage such as a database or file.
Visual C++ is a flexible development tool. You can create your own date
formats for display, input, and storage. This article can only comment on
the APIs and data types supplied with the various technologies shipping
with Visual C++. You should analyze your application for potential year
2000 problems in all other aspects of your programming.
Modification Type: | Major | Last Reviewed: | 12/2/2003 |
---|
Keywords: | kbCRT kbDateTime kbinfo KB188707 |
---|
|