ConvertDataTypes
.com
Convert data types programming in one click !
Languages :
C
-
C++
-
Objective C
-
Java
-
JavaScript
-
Python
-
C#
-
VB
-
VB.net
Convert :
__int64
bool
char
char*
double
float
int
long
short
unsigned __int64
unsigned char
unsigned int
unsigned long
unsigned short
wchar_t
wchar_t*
To :
__int64
bool
char
char*
double
float
int
long
short
unsigned __int64
unsigned char
unsigned int
unsigned long
unsigned short
wchar_t
wchar_t*
Convert
int
to
long
in
Objective C
43705 hits
int vIn = 0;
long vOut = (long)vIn;
The most viewed convertions in Objective C
Convert
long
to
int
in
C
58899 hits
Convert
int
to
long
in
C
43705 hits
Convert
unsigned char
to
int
in
C
40425 hits
Convert
char*
to
int
in
C
32822 hits
Convert
long
to
double
in
C
27266 hits
Convert
short
to
int
in
C
24806 hits
Convert
long
to
float
in
C
24395 hits
Convert
float
to
unsigned int
in
C
23342 hits
Convert
long
to
char*
in
C
22396 hits
Convert
float
to
double
in
C
21968 hits
Convert
bool
to
char*
in
C
21727 hits
Convert
int
to
wchar_t
in
C
21030 hits
Convert
unsigned char
to
float
in
C
21004 hits
Convert
double
to
unsigned long
in
C
19924 hits
Convert
double
to
unsigned char
in
C
19669 hits
Convert
char*
to
wchar_t*
in
C
18890 hits
Convert
unsigned short
to
float
in
C
18772 hits
Convert
int
to
bool
in
C
17851 hits
Convert
int
to
char*
in
C
17008 hits
Convert
char*
to
unsigned char
in
C
16710 hits