Skip to content

tahbee03/num-conv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Number Converter cpp

Based on HM2 project from Introduction to Computing course.

Description: The purpose of this program is to take a number input by the user and return the corresponding value based on the selected number system. The file NC_main.cpp contains the bulk of the program, containing code that controls the duration of the program execution and prints the various menus. The file NC_functions.hpp contains the definitions of the functions responsible for carrying out the number conversions.

This program is capable of performing the following conversions:

  • base (2-9) to base (2-9)
  • base (2-9) to decimal
  • base (2-9) to hexadecimal
  • decimal to base (2-9)
  • decimal to hexadecimal
  • hexadecimal to base (2-9)
  • hexadecimal to decimal

Status: Completed

About

Number system conversion program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages