Learn C Programming Tutorial 1.14 Conversion Typecasting

preview_player
Показать описание

Learn C Programming Tutorial 1.14 Conversion Typecasting .

Рекомендации по теме
Комментарии
Автор

this is very usefull when you have:
int a=20, b=12;
float d=(float)a/b;// without "(float)" will be 1
// d will be equal with 1.6666...

ZeKalanga
Автор

C and C++ aren't too different from what I have read. C++ will be easier to learn if you learn C first :D

cltuxunink
Автор

Are you gonna be going advanced in this series?

Thegamemakur
Автор

How do you get netbeans to compile so quickly? I've been searching to no avail. following this tutorial, when you compiled in 28ms I took 8s.

DameonBrinkworth
visit shbcf.ru