>>63
Oh, and 8) i forgot to add
8) C is not faster than C++. There's no speed in languages, only in algorithms and actual code. And assembly. In assembly it's documented how many cpu cycles each mnemonic takes, however in C or C++ or any other language they don't tell you that + is 'faste'r than *.