このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
Note
このページにアクセスするには、承認が必要です。 サインインまたはディレクトリの変更を試すことができます。
このページにアクセスするには、承認が必要です。 ディレクトリの変更を試すことができます。
| Overview | How Do I | FAQ | Details
For code that is most universal among C compilers, write strictly ANSI C and ANSI C++ code.
To write strict ANSI C/C++ code
Do not use the MFC library. Call Win32 APIs directly.
Disable Microsoft extensions.
Use the iostream library from the ANSI Standard C++ library.
Use the Standard template library from the ANSI Standard C++ library.