Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 11 hours ago
JSON representation

numconv is a small program that converts any number from any numerical system to any number from any numerical system.

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.