Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Grouping bits in binary representation of variables
Grouping bits in binary representation of variables [message #1854085] Mon, 01 August 2022 06:45
Saeid Yazdani is currently offline Saeid YazdaniFriend
Messages: 1
Registered: August 2022
Junior Member
I wonder if there is a way to change the default behaviour of the Variables window when looking at binary representation.


index.php/fa/42359/0


For example, they have a space or underscore after each 8 bit, e.g.:

11110000_11001100

And also when dealing with a little number, pad it with 0s.
Hex: 0x01
Binary: 00000001
instead of just
Binary: 1

Thanks.
  • Attachment: binary.png
    (Size: 33.80KB, Downloaded 230 times)
Previous Topic:Keeping language.settings.xml under source control?
Next Topic:I don't understand what I'm doing wrong installing Eclipse
Goto Forum:
  


Current Time: Fri Mar 29 09:14:16 GMT 2024

Powered by FUDForum. Page generated in 0.01971 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top