I was working on a project, and how do i use individual bits,
i thought of using bools, but they take up a byte.
Is there i can declare and manipulate individual bits.
An int is stored in 4 bytes, but when i "&" two ints i get a 1 or a 0. Could u please explain how i could go about creating a program to display the bits of an int.