Dec 212017
Allows user to convert decimal to hex or hex to decimal from the command line includes C source code. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
HEX.H | 86 | 48 | deflated |
HEXNUM.C | 1710 | 744 | deflated |
HEXNUM.DOC | 726 | 376 | deflated |
HEXNUM.EXE | 11321 | 6971 | deflated |
Download File HEXNUM.ZIP Here
Contents of the HEXNUM.DOC file
this is a short program to convert hexadecimal to decimal
or decimal to hexadecimal.
the syntax is:
hexnum 45
or
hexnum hfff the "h" is front of the number IS required.
if you enter hexnum
you will be prompted for input.
I have included the source code with the program it is
hexnum.c & hexnum.h
feel free to add on or modify the source code.
if you make any changes or improvements
please send me a copy of your source code, so
I can perhaps learn something from you.
Michael A. Keys
MAK Consulting, Inc.
6403 Hil-Mar Dr. #201
Forestville, MD 20747
(202) 630-6307
or decimal to hexadecimal.
the syntax is:
hexnum 45
or
hexnum hfff the "h" is front of the number IS required.
if you enter hexnum
you will be prompted for input.
I have included the source code with the program it is
hexnum.c & hexnum.h
feel free to add on or modify the source code.
if you make any changes or improvements
please send me a copy of your source code, so
I can perhaps learn something from you.
Michael A. Keys
MAK Consulting, Inc.
6403 Hil-Mar Dr. #201
Forestville, MD 20747
(202) 630-6307
December 21, 2017
Add comments