int x;
x = atoi(t1->Text);int x;
x = atoi(t1->Text.c_str()); #include <stdlib.h>
#include <iostream>
#include <cstring>
#include <string>int x;
char *y;
y = t1->Text;
x = atoi( y);
int x= t1->Text.ToInt()
videoplayer für die eigene homepage
derkleinepawel 21.10.2008 - 126 Hits - 3 Antworten
Makro Paste
Subi2212 24.10.2008 - 19 Hits - 1 Antwort
Eine bat datei online ausführen
gast57 07.11.2008 - 26 Hits - 9 Antworten
Minimaler Oracle-Client zur Verbindung per .NET/C#
Schnobblz 10.11.2008 - 33 Hits - 1 Antwort