Git Product home page Git Product logo

big_real_number_library's Introduction

Big_Real

Made by: Youssef Morad - Hadeer Abdel-Naser - Menna Ahmed
Requested by: Dr. Mohammed El-Ramly in Object Oriented Programming course (Assingment 2)


Big_Real is a C++ class that can hold a real number with unlimited number of digits (no minimum or maximum boundries) and supports math functions between Big_Reals.

This library needs another library to make composition of another class called "Big_Decimal_Int" which can hold an integer number with unlimited digits, we created this library before..
But to practice working with other programmers' code, we used a "Big_Decimal_Int" library that was written by another team

The class has the following features:

  • Addition with other BigReal-s ( + operator )
  • Subtraction with other BigReal-s ( - operator )
  • Comparing with another BigReal ( < , > , = ) operators
  • Assigning BigReal to another BigReal
  • Using input and output streams with BigReal-s
  • Initalizing the BigReal from different data types (BigDecimalInt, int, double, etc..)

The Goal of this project is to:

  • Practice Object-Oriented-Programming concepts using C++ (Encapsulation - Abstraction - Composition - etc..)
  • Practice building systems using OOP modeling and design with C++
  • Practice working in a team and integrating the code together to come up with a final working program
  • Practice working and using another library that wasn't written you, and using its public interface efficiently to complete our project

big_real_number_library's People

Contributors

youssefmorad1 avatar hadeerabdelnasser204 avatar mennaahmed9 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.