I want it to store the integers as bits so that I am move them over and store them farther down the row as more numbers are added, but instead each new number is being added to the previous and I'm just getting a larger integer. Can anyone point me in the right direction? Is this even a feasible way to store integers within an integer? Thanks!