StackOverflow Questions for Tag: bit-representation

MW2023
MW2023

Reputation: 313

Is there a way in Python to translate a hexidecimal representation of a fixed point number to the decimal representation of a fixed point number?

Score: 1

Views: 43

Answers: 0

Read More
eran gal
eran gal

Reputation: 7

ASCII table and character presentation

Score: 0

Views: 1841

Answers: 3

Read More
cmutex
cmutex

Reputation: 1608

Can a type in C have more than one object representation?

Score: 5

Views: 430

Answers: 4

Read More
Serge Ballesta
Serge Ballesta

Reputation: 149185

How to check In C language whether an int variable contains a legal (not trap representation) value?

Score: 2

Views: 117

Answers: 0

Read More
Guillaume Petitjean
Guillaume Petitjean

Reputation: 2718

Unspecified behaviour about "object having more than one object representation"

Score: 2

Views: 128

Answers: 3

Read More
l4rmbr
l4rmbr

Reputation: 1307

Are there any existing C implementations having padding bit in (un)signed integer representation?

Score: 11

Views: 1161

Answers: 3

Read More
joseville
joseville

Reputation: 953

How to strip the trailing zeros from the bit representation of a number

Score: 1

Views: 837

Answers: 4

Read More
vanyabeat
vanyabeat

Reputation: 1

How to make a template function in C++ to define a bit representation of any type

Score: 0

Views: 100

Answers: 2

Read More
Enlico
Enlico

Reputation: 28510

Does the standard mandate that the 1-byte storage of a boolean contain only 1 of 2 possible 8-bit values? If so which ones are they?

Score: 1

Views: 108

Answers: 1

Read More
Mr T.
Mr T.

Reputation: 4518

Long Representation vs Double representation of positive and negative zero in java

Score: 0

Views: 540

Answers: 2

Read More
Mark Wallace
Mark Wallace

Reputation: 638

Reading data from a network connection without making assumptions about bit representation

Score: 0

Views: 41

Answers: 0

Read More
DonaldTrump
DonaldTrump

Reputation: 21

struct binary representation in c++

Score: 1

Views: 441

Answers: 1

Read More
Leon
Leon

Reputation: 63

long long int bit representation, C++

Score: 0

Views: 102

Answers: 0

Read More
user12925759
user12925759

Reputation:

Why subtract from 256 when assigning signed char to unsigned char in C++?

Score: 1

Views: 376

Answers: 2

Read More
Abdelrahman Ashraf
Abdelrahman Ashraf

Reputation: 47

ISO Message Representation , Wired behavior in the "pack" method in JPOS

Score: 0

Views: 329

Answers: 1

Read More
Daniel Langr
Daniel Langr

Reputation: 23537

Can pointers to different types have different binary representations?

Score: 9

Views: 501

Answers: 2

Read More
Jon Weinraub
Jon Weinraub

Reputation: 394

How can one store a uint64_t in an array?

Score: 1

Views: 1173

Answers: 5

Read More
lory0312
lory0312

Reputation: 21

Can anyone help me with this exercise that i found online but i can't understand why the result is "aaaaaaaa". can you give me a hand?

Score: 0

Views: 69

Answers: 2

Read More
MCG
MCG

Reputation: 1031

Accessing a character from int variable using pointer in C

Score: 0

Views: 127

Answers: 3

Read More
Serge Ballesta
Serge Ballesta

Reputation: 149185

How to check whether an int variable contains a legal (not trap representation) value?

Score: 6

Views: 290

Answers: 1

Read More
PreviousPage 1Next