Anhang C. C++/CLI-Referenz

In diesem Anhang:

Die wichtigsten Daten und Syntaxformen zu C++/CLI sind in diesem Anhang noch einmal kurz zusammengefasst.

Elementare Typen

Tabelle C.1 Die wichtigsten elementaren Datentypen

Datentyp

Beschreibung

Literale

.NET-Typ

bool

boolescher Wert (wahr, falsch)

true, false

System::Boolean

char

ASCII-Zeichen, Buchstabe (von 0 bis 255)

'a', '2'

System::Byte

wchar_t

Unicode-Zeichen, Buchstabe

'a', '2'
'\x00A3'

System::Char

short

ganze Zahl

(-32.768 bis +32.767)

12
-128

System::Int16

int

ganze Zahl

(-2.147.483.648 bis +2.147.483.647)

12
-48894

System::Int32

long

ganze Zahl ...

Get Visual C++ 2010 - Das Entwicklerbuch now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.