Top "Representation" questions

How to print (using cout) a number in binary form?

I'm following a college course about operating systems and we're learning how to convert from binary to hexadecimal, decimal to …

c++ binary iostream representation std-bitset
Fixed point vs Floating point number

I just can't understand fixed point and floating point numbers due to hard to read definitions about them all over …

numbers computer-science representation
Display the binary representation of a number in C?

Possible Duplicate: Is there a printf converter to print in binary format? Still learning C and I was wondering: Given …

c binary printf representation
Malformed String ValueError ast.literal_eval() with String representation of Tuple

I'm trying to read in a string representation of a Tuple from a file, and add the tuple to a …

python parsing python-2.x abstract-syntax-tree representation
C represent int in base 2

Possible Duplicate: Can I use a binary literal in C or C++? I am learning C and i recently found …

c binary integer representation
How to use Int64 in C#

The question is easy! How do you represent a 64 bit int in C#?

c# 64-bit integer representation int64
Is there any graphical representation of Android views lifecycle (a state diagram)?

We all know about the Android Activity's life cycle and Fragment's life cycles. But is there anything equivalent for views ? …

android view lifecycle representation
Nicely representing a floating-point number in python

I want to represent a floating-point number as a string rounded to some number of significant digits, and never using …

python floating-point representation significant-digits
What is the binary representation of a boolean value in c#

I know that a boolean value is 1 byte (8 bits long) But I would like to know is what is its …

c# binary bit boolean representation
Biggest number in computer ever

Just asked by my 5 year old kid: what is the biggest number in the computer? We are not talking about …

numbers limit representation