- This is my first C++ project :)
- It return ascii numbers of character and visa versa
- 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/builddirectory
./ascii_char --help- 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