Kroxyldafipic?

Originally posted by Vidaeus
@Northern Viking:
You got it wrong man, you missed out the 0 for 10. Otherwise, there are only 15 digits, not 16. HEXA (6) Decimal (10), together (Hexadecimal), meaning 16.
No man, you get it wrong... and please dont take it personally, I'm sure I'm right and I can explain it.

0 1 2 3 4 5 6 7 8 9 -A -B -C- -D- E- F-
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15

Look, 100 is 10² ; 99 is 10²-1

Same thing for Hexa, 100 is 16² = 256
FF is 16²-1 = 256-1 = 255

hex.JPG


Look, the picture explains it, you got F*16^1 + F*16^0 = 15*16 + 15*1 = 240 + 15 = 255
Next step would be 1*16² + 0*16^1 + 0*16^0 = 256

A would be 10*16^0 = 10*1 heh, I thought I'd need another example so I put it there :p

I hope I've proven myself a smartass better now :D
 
I tried c++ last year.. the book i was learning from was horrible though. All it did was tell me what to do.. it didnt tell me what i was actually doing. So i went half way through the book.. i could write basic programs.. but only the programs that where in the book because it told me how to write them.. if i wanted to write my own i would have no idea how because the book didnt explain exactly how to do shit.
 
i learned basic, now i'm learning c... or trying to anyways heh

if you try to go at c++ just like that it's gonna be hell, it's very complicated for what i heard...
so i'm trying to go one at a time; you should too

anyways i'm getting into college now, for the first year we learn c so that'll get me started