「C++とC++/CLIの型対応表」の編集履歴(バックアップ)一覧はこちら

C++とC++/CLIの型対応表 - (2007/04/09 (月) 16:15:05) の最新版との変更点

追加された行は緑色になります。

削除された行は赤色になります。

|bgcolor(#b0c4de):CENTER:C++型 |BGCOLOR(#b0c4de):CENTER:C++/CLI型 | | bool | System::Boolean | | char | Sstem::SByte もしくは System::Byte (IsSignUnspecifiedByte?のオプションによる) | | signed char | System::SByte | | unsigned char | System::Byte | | short | System::Int16 | | unsigned short | System::UInt16 | | int | System::Int32 | | unsigned int | System::UInt32 | | long | System::Int32 (IsLong?のオプションによる) | | unsigned long | System::UInt32 (IsLong? のオプションによる) | | long long | System::Int64 | | unsigned long long | System::UInt64 | | float | System::Single | | double | System::Double | | long double | System::Double (IsLong? オプションによる) | | wchar_t | System::Char |
|BGCOLOR(#b0c4de):CENTER:C++型 |BGCOLOR(#b0c4de):CENTER:C++/CLI型 | | bool | System.Boolean | | signed char | System.SByte | | unsigned char | System.Byte | | wchar_t | System.Char | | double, long double | System.Double | | float | System.Single | | int, signed int, long, signed long | System.Int32 | | unsigned int, unsigned long | System.UInt32 | | __int64, signed__int64 | System.Int64 | | unsigned__int64 | System.UInt64 | | short, signed short | System::Int16 | | unsigned short | System::UInt16 | | void | System.Void |

表示オプション

横に並べて表示:
変化行の前後のみ表示: