• Keine Ergebnisse gefunden

Umwandlung von DatentypenZahl  TextText  Zahl

N/A
N/A
Protected

Academic year: 2022

Aktie "Umwandlung von DatentypenZahl  TextText  Zahl"

Copied!
1
0
0

Wird geladen.... (Jetzt Volltext ansehen)

Volltext

(1)

Visual C++ http://www.kohnlehome.de/visualc/UmwandlungVonDatentypen.pdf

Umwandlung von Datentypen

Zahl Text Text Zahl

int char[ ]

char achText[20];

int i = 5;

itoa(i,achText,10);

char[ ] int

char achText[20] = "789";

int nInt;

nInt = atoi(achText);

long char[ ]

char achText[20];

long nLong =-333333;

ltoa(nLong,achText,10);

CString [ ] int

CString sText = "789";

int nInt;

nInt = atoi(sText);

float char[ ]

es gibt keine einfache Funktion

char[ ] long

char achText[20]=”-33333”;

long nLong;

nLong = atol(achText);

double char[ ]

es gibt keine einfache Funktion

CString long

CString sText = “-34”;

long nLong;

nLong = atol(sText);

int CString

CString sText;

int i = 5;

sText.Format("%d",i);

char[ ] float

char achText[20] = ”-33333”;

float fFloat;

fFloat = atof(achText);

long CString

CString sText;

long nLong = -333333;

sText.Format("%d",nLong);

CString float

CString sText = ”-33333”;

float fFloat;

fFloat = atof(sText);

float CString

CString sText;

float fFloat = -2.4;

sText.Format("%f",fFloat);

char[ ] double

char achText[20] = ”-33333”;

double fDouble;

fDouble = atof(achText);

double CString

CString sText;

double fDouble = -2.4;

sText.Format("%f",fDouble);

CString double

CString sText = "-33333";

double fDouble;

fDouble = atof(sText);

Franz Kohnle Seite 1 von 1 09.11.2005

Referenzen

ÄHNLICHE DOKUMENTE

[r]

[r]

[r]

Studentenstam mdaten anlegen. Studentenstam

Teil D: nachrichtlich Ehrenbeamte, Beschäftigte in der Probe- oder Ausbildungszeit

Teil D: nachrichtlich Ehrenbeamte, Beschäftigte in der Probe- oder Ausbildungszeit

Teil D: nachrichtlich Ehrenbeamte, Beschäftigte in der Probe- oder Ausbildungszeit

Hierbei handelt es sich um eine naturschutzrechtliche Ausnahmegenehmigung (zuständig: Untere Naturschutz- behörde), eine wasserrechtliche Erlaubnis (zuständig: Un- tere