Skip to content

A versatile and powerful C++ program that provides robust functionality for converting strings and numbers into various formats such as ASCII, hexadecimal, upper case, and decimal. It also supports file conversion, making it an essential tool for developers and programmers. 💻

License

Notifications You must be signed in to change notification settings

D4rK7355608/ASCII-Hexa-Decimal-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASCII Converter and Hexadecimal Converter

A program that converts characters and strings to ASCII, hexadecimal, uppercase and decimal.

Features

  • ASCII conversion
  • Hexadecimal conversion
  • Lower to upper case conversion
  • Decimal conversion
  • File conversion

Requirements

Usage

$ g++ main.cpp -o output
$ ./output

Functions

  • asciiConversion(): Converts string input to ASCII characters.
  • hexaConversion(): Converts a character input to hexadecimal.
  • letterConversion(): Converts lowercase string input to uppercase.
  • decimalConversion(): Converts a hexadecimal or decimal input to decimal.
  • fileConversion(): Converts a binary file to ASCII characters.

Note

  • Input strings with spaces will cause an error in asciiConversion()
  • Only single character inputs are accepted in hexaConversion() and decimalConversion().

Contributing

Feel free to contribute by forking the repository and making pull requests.

More About Me:

Get it on Google Play

About

A versatile and powerful C++ program that provides robust functionality for converting strings and numbers into various formats such as ASCII, hexadecimal, upper case, and decimal. It also supports file conversion, making it an essential tool for developers and programmers. 💻

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Languages