I was exploring how integers are stored in C++. An int uses 4 bytes (32 bits). Even if I store just 1, it only needs 1 bit, but the rest of the 31 bits are still reserved. Feels like so much unused space. how is this managed in memory?
just moved to fedora linux π§
new here, still figuring things out.
current workflow: break β google β fix β repeat π
but hey, itβs kinda fun π
Just finished a small practice project π
Built an OLX Clone using React + Tailwind and Firebase (auth + data).
Right now it only supports car listings, but it helped me a lot to practice React basics and understand Firebase integration.
Still simple, but one step forward in my dev journey π»β¨