https://github.com/devmanu-de/numconv
numconv is a small program that converts any number from any numerical system to any number from any numerical system.
https://github.com/devmanu-de/numconv
c converts numconv
Last synced: 10 months ago
JSON representation
numconv is a small program that converts any number from any numerical system to any number from any numerical system.
- Host: GitHub
- URL: https://github.com/devmanu-de/numconv
- Owner: DevManu-de
- License: mit
- Created: 2020-11-14T16:08:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-11T19:55:04.000Z (almost 5 years ago)
- Last Synced: 2025-07-05T10:47:42.930Z (12 months ago)
- Topics: c, converts, numconv
- Language: C
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# numconv
## Description
numconv is a small program that converts any number from any numerical system to any number from any numerical system.
In the latest realease you can also convert a string / char to any number in any numerical system.
Any ideas to improve are always appreciated.
## Usage
```
make
```
Then an output folder is generated
```
output/main -i -n -o
```
To convert a string to a number
```
output/main -s -o
```
## Contributing
Just fork it and make a pull request.
To ensure that the program works as expected, please run the test.sh file.