Skip to content

khangnkn/BigNumAssignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BigNumAssignment

Authors:

Email: nguyenkhacnguyenkhang@gmail.com

Release: Project1.exe works only on Windows 64-bit machines. Project provides:

        • / big integer upto 128 bits
  1. operator and "&", or "|", xor "^", not "~"
  2. right shift ">>", left shift "<<"
  3. rol, ror
  4. convert big integer among binary, hexa, decimal types
  5. bug fixed

Instruction:

  1. Create an input file. E.g Input.txt
  2. Create an output file. E.g Output.txt
  3. Write Input.txt. 3.1. Open Input.txt with any text-editors 3.2. Write out what you want to calculate. E.g: 10 2 468465416548 //convert an interger from decimal to binary 10 457845 + 45374 //plus two integers 2 011001001 >> 4 //right-shift a binary number 4 bits 16 ror 45A54B //ror a hexa integer 3.3. See Output.txt for result

Thanks for using this program! OUR TEAM @ HCMUS

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages