C/C++ is retarded. I dont care about "types". They are all 32-bit integers anyway. Typing was invented by math imbeciles and good for nothing Ph.D parasite-jews.
Name:
Anonymous2011-08-20 10:57
>>23
Casting is not necessary, in good statically typed programming languages it is considered very, very bad style, and if there's a way to do what you're doing without the cast you should do it.
The TS should be your friend, it is there to help you, and a cast is just a way to tell him ``fuck you''. You really want its help.
C's TS is retarded, it just gets in the way, hence the casts every line.