Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

 
 
Thread Tools Display Modes
Prev Previous Post in Thread   Next Post in Thread Next
Old Nov 30th, 2006, 10:53 PM   #14
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
There are representations of values and true binary values. The ASCII code is a representation. To get the actual value, see my first post. If the instruction gives you the number already reduced to its true binary value, then all you have to do is work with it. Please read the posts and think about them. The effer is binary. The print converts it to ink on paper or glowing dots on some other output media. It's still binary in your machine. Ones and zeros. In (for typical integers) weighted positions.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
&