1114
Tell me the truth ...
(piefed.jeena.net)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
std::vector<bool>
fits eight booleans into one byte.I've spent days tracking this bug... That's how I learned about bool specialisation of std::vector.
std::vector<std::vector> is how I stored the representation of a play field for a Tetris game I made once.