11

I am going to create a define in my code:
#define BIT_CH CHAR_BIT

Then do search replace of CHAR_BIT to "update" the code. Probably need to wait for a refactor. No idea if CHAR_BIT is even used in our code base. I just want to be a BIT_CH.

I was sitting here thinking what a valid use for an object called BitCh or BitChar. Still trying to come up with some valid reason to create such an object.

And people say programming as an art is dead.

Comments
Add Comment