Skip to content

Conversor de decimal a binario en C++. Este proyecto incluye una función modular para convertir números enteros a su representación binaria, con tests unitarios y sistema de build con CMake. Ideal para aprender fundamentos de C++

License

Notifications You must be signed in to change notification settings

karel-developer/Decimal-to-Binary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Decimal-to-Binary

Conversor de decimal a binario en C++. Este proyecto incluye una función modular para convertir números enteros a su representación binaria, con tests unitarios y sistema de build con CMake. Ideal para aprender fundamentos de C++

Features

  • Converts any positive integer to binary
  • Handles edge cases (like 0)
  • Clean, modular code structure
  • Unit tests for verification

Installation

  1. Clone the repository:
    git clone https://https://github.com/karel-developer/Decimal-to-Binary.git
    cd Decimal-to-Binary
    
  2. Build the project:
mkdir build && cd build
cmake ..
make

Usage

Run the converter:

./converter

Run tests:

./tests

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

Conversor de decimal a binario en C++. Este proyecto incluye una función modular para convertir números enteros a su representación binaria, con tests unitarios y sistema de build con CMake. Ideal para aprender fundamentos de C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published