@TheFu: I definitely agree that knowing system architecture is very important. When I was coding in C I had to really focus on allocating only the amount of RAM that was necessary. I think it was malloc(), alloc(), calloc(), etc. Gosh this is bringing back memories. Anyway, a lot of guys I knew really didn't care and…