English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

what this mean:
type
int getlengeh(t len);

2006-10-08 22:18:57 · 2 answers · asked by origamix60 3 in Computers & Internet Programming & Design

dude if you dont know dont tell me to learn, and give me a search link, fool!

2006-10-08 22:54:02 · update #1

2 answers

In "Type " , could mean anything from float,int,char etc.

for example let =int then :
type
int getlengeh(int len);

Typecasting:you are converting a variable already declared as some type for eg. int into some other type for eg.float

There are two types of Type Casting
1.Implicit(Coercion):the System does it for you
2.Explicit:You have to manually do the typecasting

2006-10-08 23:18:52 · answer #1 · answered by rushtogd 1 · 1 0

origamix here is another link. Learn

http://www.google.co.uk/search?hl=en&q=type+casting+in+C%2B%2B&btnG=Search&meta=

2006-10-09 05:23:18 · answer #2 · answered by Joe_Young 6 · 0 0

fedest.com, questions and answers