Skip to content

HostServer001/ascii_char

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ASCII_CHAR

Intoduction

  • This is my first C++ project :)
  • It return ascii numbers of character and visa versa

Installation

  • 1
git clone https://github.com/HostServer001/ascii_char
  • 2
cd ascii_char
  • 3
mkdir build
  • 4
cd build
  • 5
cmake ..
  • 6
make
  • 7 A excutable will be genrated in ascii_char/build directory
./ascii_char --help

Usage

  • Convert char to ascii
./ascii_char --sta "hello world, converting char to ascii"
  • Convert ascii to char
./ascii_char --ats 65,66,67,68
  • I don't this anyone will need this one :)
./ascii_char --help

About

Simple CLI program to interconvert ascii and char. My first C++ project :)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published