I have forgotten
my Password

Or login with:

  • Facebookhttp://facebook.com/
  • Googlehttps://www.google.com/accounts/o8/id
  • Yahoohttps://me.yahoo.com
Index » Programming » C/C++ »

Help me make a Binary Arithmetic Calculator with Turbo C.

Memphame\′s Photo
13 Nov 11, 6:29AM
(1 reply)
Help me make a Binary Arithmetic Calculator with Turbo C.
I need help in making a C program that performs binary operations on two 16 bit binary values. It should look like this:

Select operation

(1) Addition

(2)Subtraction

Enter Choice: 1

Enter First binary number: 1111111111111110

Enter Second binary number: 0000000000000001

Sum: 1111111111111111

I have trouble using the functions, please help.
CodeCogs\′s Photo
13 Nov 11, 11:21AM
I think this page should get you on your way: http://www.daniweb.com/software-development/c/code/216372
Currently you need to be logged in to leave a message.