A number base converter in C
-
Updated
Jul 12, 2016 - C
A number base converter in C
The Base converter is a simple project developed using c++ programming language. The project contains a base conversion system. The user can enter any number and convert them to any number system (like decimal to binary, binary to Hexadecimal, etc.).
Basic C programs (Spring 2016)
Estudos da disciplina de Software Básico - INF/UFG
A simple base converter for terminal. Written in ANSI C.
the program can convert from decimal to other bases (BINARY, OCTAL, HEX-DEC)
Numeric Radix Conversion System
Mini Compiler for Evaluating Arithmetic Expressions, Base Conversion, and Notation Transformation
reproduction of the famous function printf() in pure C
Module C 04 explores string manipulation, numeric operations, and base conversions in C, focusing on precision, validation, and good coding practices.
A terminal program to convert a decimal to arbitrary radix
Add a description, image, and links to the base-conversion topic page so that developers can more easily learn about it.
To associate your repository with the base-conversion topic, visit your repo's landing page and select "manage topics."