Skip to content
/ hex Public

Simple command line tool to convert between decimal and hexadecimal numbers

Notifications You must be signed in to change notification settings

kkayal/hex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

hex

Simple command line tool to convert between decimal and hexadecimal numbers

Usage

Example 1: hex 10 returns 0xA

Example 2: hex 0xa returns 10

Compile

Straight forward:

g++ hex.cpp -o hex

To reduce the size of the executable:

strip hex

About

Simple command line tool to convert between decimal and hexadecimal numbers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages