Wednesday, February 8, 2023

Bitwise Constructor

Bitwise Constructor

Bitwise Constructor

Switch individual bits to get an integer value for later bitwise operations

Can click on the checkboxes or their surrounding tabs to enable/disable bits. Or change the textbox.





Your Int-32's value:

No comments:

Post a Comment

Coding Challenge #54 C++ int to std::string (no stringstream or to_string())

Gets a string from an integer (ejemplo gratis: 123 -> "123") Wanted to come up with my own function for this like 10 years ago ...